export declare const CONTROLLED_DATE_TIME_PICKER_TYPES: { readonly DATE_TIME: { readonly FULL: "full-date-time"; readonly CONTROLLER_ONLY: "date-time-picker-controller-only"; readonly PICKER: "date-time-picker"; readonly INPUTS: "date-time-inputs"; }; readonly DATE: { readonly FULL: "full-date"; readonly CONTROLLER_ONLY: "date-picker-controller-only"; readonly PICKER: "date-picker"; readonly INPUTS: "date-inputs"; }; readonly TIME: { readonly FULL: "full-time"; readonly CONTROLLER_ONLY: "time-picker-controller-only"; readonly PICKER: "time-picker"; readonly INPUTS: "time-inputs"; }; };