export declare const DATE_PICKER_CONTENT_OVERRIDES: { Content: { props: { overrides: { TimePickerFormControl: { props: { label: null; }; }; DateInputFormControl: { props: { label: null; }; }; Root: { style: string; }; CalendarHeader: { style: string; }; }; }; }; }; export declare const DATE_INPUT_CHANGE_TYPE: { CALENDAR: string; INPUT: string; };