export declare const TIME_PICKER_TYPE: { TIME: string; RANGE: string; }; export declare const TIME_INPUT_TYPE: { BEGIN: number; END: number; };