export declare enum FilledUsingEnum {
    Voice = "voice",
    Scribble = "scribble",
    Text = "text"
}
export declare class chiefComplaintsBasic {
    opd_id: number;
    complaint_name: string;
    filled_using: FilledUsingEnum;
}
