export declare const DOSAGE_PERIODS: { text: string; value: string; }[]; export declare const DAYS: { text: string; value: string; }[]; export declare const DOSE_UNIT: { text: string; value: string; };