export declare const schedules: {
    label: string;
    code: string;
    picker: JSX.Element;
}[];
