export declare class ChiefComplaintsList {
    id: number;
    chief_complaints: string;
}
