export declare const businessHoursOptions: { label: string; value: Date; }[]; export declare const morningOptions: { label: string; value: Date; }[];