export declare const HOURS: { label: string; value: string; }[]; export declare const MINUTES: { label: string; value: string; }[]; export declare const WEEKDAYS: { label: string; value: string; }[]; export declare const MONTHS_DAYS_WITH_LASTS: { label: string; value: string; }[]; export declare const MONTH_WEEKS: { label: string; value: string; }[];