export declare const DSControlledDateTimePickerName = "DSControlleddatetimepicker"; export declare const FORM_DATE_TIME_PICKER_SLOTS: { readonly CONTAINER: "root"; readonly DATE_INPUTS_MONTH: "time-picker-month-input"; readonly DATE_INPUTS_DAY: "time-picker-day-input"; readonly DATE_INPUTS_YEAR: "time-picker-year-input"; readonly TIME_INPUTS_HOUR: "time-picker-hour-input"; readonly TIME_INPUTS_MINUTE: "time-picker-minute-input"; readonly TIME_INPUTS_MERIDIEM: "time-picker-meridiem-input"; readonly PICKER_ICONS_CALENDAR: "calendar-trigger-icon"; readonly PICKER_ICONS_TIMEWHEEL: "timewheel-trigger-icon"; readonly PICKER_ICONS_CALENDAR_TIMEWHEEL: "calendar-timewheel-trigger-icon"; readonly CALENDAR_DAY_BUTTON: "calendar-day"; readonly CALENDAR_HEADER_LABEL: "calendar-header-label"; readonly CALENDAR_HEADER_BUTTON: "calendar-header-buttons"; readonly CALENDAR_HEADER_WEEKLY_DAY_LIST: "calendar-header-weekly-day-list"; readonly TIMEWHEEL_TIME_BUTTON: "timewheel-time-button"; readonly TIMEWHEEL_TIME_CHANGE_BUTTON: "timewheel-time-change-button"; readonly TIMEWHEEL_HEADER_LABEL: "timewheel-header-label"; readonly CONTEXTUAL_MENU_CALENDAR: "calendar-context-content-wrapper"; readonly CONTEXTUAL_MENU_TIMEWHEEL: "timewheel-context-content-wrapper"; readonly CONTEXTUAL_MENU_CALENDAR_TIMEWHEEL: "calendar-timewheel-context-content-wrapper"; readonly FOOTERS_CALENDAR: "calendar-context-footer"; readonly FOOTERS_TIMEWHEEL: "timewheel-context-footer"; readonly FOOTERS_CALENDAR_TIMEWHEEL: "calendar-timewheel-context-footer"; readonly CONTROLLER_COMPONENT_CALENDAR: "calendar-controller-wrapper"; readonly CONTROLLER_COMPONENT_TIMEWHEEL: "timewheel-controller-wrapper"; readonly CONTROLLER_COMPONENT_CALENDAR_TIMEWHEEL: "calendar-timewheel-controller-wrapper"; readonly CLEAR_BUTTON: "clear-btn"; }; export declare const FORM_DATE_TIME_PICKER_DATA_TESTID: { CONTAINER: "ds-controlled-date-time-picker-container"; DATE_INPUTS_MONTH: "ds-controlled-date-time-picker-month-input"; DATE_INPUTS_DAY: "ds-controlled-date-time-picker-day-input"; DATE_INPUTS_YEAR: "ds-controlled-date-time-picker-year-input"; TIME_INPUTS_HOUR: "ds-controlled-date-time-picker-hour-input"; TIME_INPUTS_MINUTE: "ds-controlled-date-time-picker-minute-input"; TIME_INPUTS_MERIDIEM: "ds-controlled-date-time-picker-meridiem-input"; PICKER_ICONS_CALENDAR: "ds-controlled-date-time-picker-calendar-trigger-icon"; PICKER_ICONS_TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-trigger-icon"; PICKER_ICONS_CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-trigger-icon"; CALENDAR_TABLE_WRAPPER: "ds-controlled-date-time-picker-calendar-table-wrapper"; CALENDAR_HEADER_LABEL: "ds-controlled-date-time-picker-calendar-header-label"; CALENDAR_PREV_YEAR: "ds-controlled-date-time-picker-calendar-prev-year"; CALENDAR_PREV_MONTH: "ds-controlled-date-time-picker-calendar-prev-month"; CALENDAR_DAY: "ds-controlled-date-time-picker-calendar-day"; CALENDAR_FOCUSED_DAY: "ds-controlled-date-time-picker-calendar-focused-day"; CALENDAR_START_RANGE_DAY: "ds-controlled-date-time-picker-calendar-start-range-day"; CALENDAR_IN_RANGE_DAY: "ds-controlled-date-time-picker-calendar-in-range-day"; CALENDAR_END_RANGE_DAY: "ds-controlled-date-time-picker-calendar-end-range-day"; CALENDAR_SELECTED_DAY: "ds-controlled-date-time-picker-calendar-selected-day"; CALENDAR_SELECTED_FOCUSED_DAY: "ds-controlled-date-time-picker-calendar-selected-focused-day"; CALENDAR_NEXT_MONTH: "ds-controlled-date-time-picker-calendar-next-month"; CALENDAR_NEXT_YEAR: "ds-controlled-date-time-picker-calendar-next-year"; TIMEWHEEL_HEADER_LABEL: "ds-controlled-date-time-picker-timewheel-header-label"; TIMEWHEEL_PREV_HOUR: "ds-controlled-date-time-picker-timewheel-prev-hour"; TIMEWHEEL_HOUR: "ds-controlled-date-time-picker-timewheel-hour"; TIMEWHEEL_CURRENT_HOUR: "ds-controlled-date-time-picker-timewheel-current-hour"; TIMEWHEEL_NEXT_HOUR: "ds-controlled-date-time-picker-timewheel-next-hour"; TIMEWHEEL_PREV_MINUTE: "ds-controlled-date-time-picker-timewheel-prev-minute"; TIMEWHEEL_MINUTE: "ds-controlled-date-time-picker-timewheel-minute"; TIMEWHEEL_CURRENT_MINUTE: "ds-controlled-date-time-picker-timewheel-current-minute"; TIMEWHEEL_NEXT_MINUTE: "ds-controlled-date-time-picker-timewheel-next-minute"; TIMEWHEEL_PREV_MERIDIEM: "ds-controlled-date-time-picker-timewheel-prev-meridiem"; TIMEWHEEL_MERIDIEM: "ds-controlled-date-time-picker-timewheel-meridiem"; TIMEWHEEL_CURRENT_MERIDIEM: "ds-controlled-date-time-picker-timewheel-current-meridiem"; TIMEWHEEL_NEXT_MERIDIEM: "ds-controlled-date-time-picker-timewheel-next-meridiem"; TIMEWHEEL_MERIDIEM_VISUAL_ELEMENT: "ds-controlled-date-time-picker-timewheel-meridiem-visual-element"; TIMEWHEEL_CURRENT_MERIDIEM_VISUAL_ELEMENT: "ds-controlled-date-time-picker-timewheel-current-meridiem-visual-element"; CONTEXTUAL_MENU_CALENDAR: "ds-controlled-date-time-picker-calendar-context-content-wrapper"; CONTEXTUAL_MENU_TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-context-content-wrapper"; CONTEXTUAL_MENU_CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-context-content-wrapper"; CONTROLLER_COMPONENT_CALENDAR: "ds-controlled-date-time-picker-calendar-controller-wrapper"; CONTROLLER_COMPONENT_TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-controller-wrapper"; CONTROLLER_COMPONENT_CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-controller-wrapper"; FOOTERS_CALENDAR: "ds-controlled-date-time-picker-calendar-context-footer"; FOOTERS_TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-context-footer"; FOOTERS_CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-context-footer"; CLEAR_BUTTON: "ds-controlled-date-time-picker-clear-btn"; CALENDAR_DAY_BUTTON: "ds-controlleddatetimepicker-calendar-day"; CALENDAR_HEADER_BUTTON: "ds-controlleddatetimepicker-calendar-header-buttons"; CALENDAR_HEADER_WEEKLY_DAY_LIST: "ds-controlleddatetimepicker-calendar-header-weekly-day-list"; TIMEWHEEL_TIME_BUTTON: "ds-controlleddatetimepicker-timewheel-time-button"; TIMEWHEEL_TIME_CHANGE_BUTTON: "ds-controlleddatetimepicker-timewheel-time-change-button"; }; export declare const DSControlledDateTimePickerSlotsFlatten: { readonly CONTAINER: "root"; readonly DATE_INPUTS_MONTH: "time-picker-month-input"; readonly DATE_INPUTS_DAY: "time-picker-day-input"; readonly DATE_INPUTS_YEAR: "time-picker-year-input"; readonly TIME_INPUTS_HOUR: "time-picker-hour-input"; readonly TIME_INPUTS_MINUTE: "time-picker-minute-input"; readonly TIME_INPUTS_MERIDIEM: "time-picker-meridiem-input"; readonly PICKER_ICONS_CALENDAR: "calendar-trigger-icon"; readonly PICKER_ICONS_TIMEWHEEL: "timewheel-trigger-icon"; readonly PICKER_ICONS_CALENDAR_TIMEWHEEL: "calendar-timewheel-trigger-icon"; readonly CALENDAR_DAY_BUTTON: "calendar-day"; readonly CALENDAR_HEADER_LABEL: "calendar-header-label"; readonly CALENDAR_HEADER_BUTTON: "calendar-header-buttons"; readonly CALENDAR_HEADER_WEEKLY_DAY_LIST: "calendar-header-weekly-day-list"; readonly TIMEWHEEL_TIME_BUTTON: "timewheel-time-button"; readonly TIMEWHEEL_TIME_CHANGE_BUTTON: "timewheel-time-change-button"; readonly TIMEWHEEL_HEADER_LABEL: "timewheel-header-label"; readonly CONTEXTUAL_MENU_CALENDAR: "calendar-context-content-wrapper"; readonly CONTEXTUAL_MENU_TIMEWHEEL: "timewheel-context-content-wrapper"; readonly CONTEXTUAL_MENU_CALENDAR_TIMEWHEEL: "calendar-timewheel-context-content-wrapper"; readonly FOOTERS_CALENDAR: "calendar-context-footer"; readonly FOOTERS_TIMEWHEEL: "timewheel-context-footer"; readonly FOOTERS_CALENDAR_TIMEWHEEL: "calendar-timewheel-context-footer"; readonly CONTROLLER_COMPONENT_CALENDAR: "calendar-controller-wrapper"; readonly CONTROLLER_COMPONENT_TIMEWHEEL: "timewheel-controller-wrapper"; readonly CONTROLLER_COMPONENT_CALENDAR_TIMEWHEEL: "calendar-timewheel-controller-wrapper"; readonly CLEAR_BUTTON: "clear-btn"; }; export declare const DSControlledDateTimePickerSlots: { CONTAINER: "root"; DATE_INPUTS: { MONTH: "time-picker-month-input"; DAY: "time-picker-day-input"; YEAR: "time-picker-year-input"; }; TIME_INPUTS: { HOUR: "time-picker-hour-input"; MINUTE: "time-picker-minute-input"; MERIDIEM: "time-picker-meridiem-input"; }; PICKER_ICONS: { CALENDAR: "calendar-trigger-icon"; TIMEWHEEL: "timewheel-trigger-icon"; CALENDAR_TIMEWHEEL: "calendar-timewheel-trigger-icon"; }; CALENDAR: { DAY_BUTTON: "calendar-day"; HEADER_LABEL: "calendar-header-label"; HEADER_BUTTON: "calendar-header-buttons"; HEADER_WEEKLY_DAY_LIST: "calendar-header-weekly-day-list"; }; TIMEWHEEL: { TIME_BUTTON: "timewheel-time-button"; TIME_CHANGE_BUTTON: "timewheel-time-change-button"; HEADER_LABEL: "timewheel-header-label"; }; CONTEXTUAL_MENU: { CALENDAR: "calendar-context-content-wrapper"; TIMEWHEEL: "timewheel-context-content-wrapper"; CALENDAR_TIMEWHEEL: "calendar-timewheel-context-content-wrapper"; }; FOOTERS: { CALENDAR: "calendar-context-footer"; TIMEWHEEL: "timewheel-context-footer"; CALENDAR_TIMEWHEEL: "calendar-timewheel-context-footer"; }; CONTROLLER_COMPONENT: { CALENDAR: "calendar-controller-wrapper"; TIMEWHEEL: "timewheel-controller-wrapper"; CALENDAR_TIMEWHEEL: "calendar-timewheel-controller-wrapper"; }; CLEAR_BUTTON: "clear-btn"; }; export declare const ControlledDateTimePickerDatatestidFlattened: { CONTAINER: "ds-controlled-date-time-picker-container"; DATE_INPUTS_MONTH: "ds-controlled-date-time-picker-month-input"; DATE_INPUTS_DAY: "ds-controlled-date-time-picker-day-input"; DATE_INPUTS_YEAR: "ds-controlled-date-time-picker-year-input"; TIME_INPUTS_HOUR: "ds-controlled-date-time-picker-hour-input"; TIME_INPUTS_MINUTE: "ds-controlled-date-time-picker-minute-input"; TIME_INPUTS_MERIDIEM: "ds-controlled-date-time-picker-meridiem-input"; PICKER_ICONS_CALENDAR: "ds-controlled-date-time-picker-calendar-trigger-icon"; PICKER_ICONS_TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-trigger-icon"; PICKER_ICONS_CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-trigger-icon"; CALENDAR_TABLE_WRAPPER: "ds-controlled-date-time-picker-calendar-table-wrapper"; CALENDAR_HEADER_LABEL: "ds-controlled-date-time-picker-calendar-header-label"; CALENDAR_PREV_YEAR: "ds-controlled-date-time-picker-calendar-prev-year"; CALENDAR_PREV_MONTH: "ds-controlled-date-time-picker-calendar-prev-month"; CALENDAR_DAY: "ds-controlled-date-time-picker-calendar-day"; CALENDAR_FOCUSED_DAY: "ds-controlled-date-time-picker-calendar-focused-day"; CALENDAR_START_RANGE_DAY: "ds-controlled-date-time-picker-calendar-start-range-day"; CALENDAR_IN_RANGE_DAY: "ds-controlled-date-time-picker-calendar-in-range-day"; CALENDAR_END_RANGE_DAY: "ds-controlled-date-time-picker-calendar-end-range-day"; CALENDAR_SELECTED_DAY: "ds-controlled-date-time-picker-calendar-selected-day"; CALENDAR_SELECTED_FOCUSED_DAY: "ds-controlled-date-time-picker-calendar-selected-focused-day"; CALENDAR_NEXT_MONTH: "ds-controlled-date-time-picker-calendar-next-month"; CALENDAR_NEXT_YEAR: "ds-controlled-date-time-picker-calendar-next-year"; TIMEWHEEL_HEADER_LABEL: "ds-controlled-date-time-picker-timewheel-header-label"; TIMEWHEEL_PREV_HOUR: "ds-controlled-date-time-picker-timewheel-prev-hour"; TIMEWHEEL_HOUR: "ds-controlled-date-time-picker-timewheel-hour"; TIMEWHEEL_CURRENT_HOUR: "ds-controlled-date-time-picker-timewheel-current-hour"; TIMEWHEEL_NEXT_HOUR: "ds-controlled-date-time-picker-timewheel-next-hour"; TIMEWHEEL_PREV_MINUTE: "ds-controlled-date-time-picker-timewheel-prev-minute"; TIMEWHEEL_MINUTE: "ds-controlled-date-time-picker-timewheel-minute"; TIMEWHEEL_CURRENT_MINUTE: "ds-controlled-date-time-picker-timewheel-current-minute"; TIMEWHEEL_NEXT_MINUTE: "ds-controlled-date-time-picker-timewheel-next-minute"; TIMEWHEEL_PREV_MERIDIEM: "ds-controlled-date-time-picker-timewheel-prev-meridiem"; TIMEWHEEL_MERIDIEM: "ds-controlled-date-time-picker-timewheel-meridiem"; TIMEWHEEL_CURRENT_MERIDIEM: "ds-controlled-date-time-picker-timewheel-current-meridiem"; TIMEWHEEL_NEXT_MERIDIEM: "ds-controlled-date-time-picker-timewheel-next-meridiem"; TIMEWHEEL_MERIDIEM_VISUAL_ELEMENT: "ds-controlled-date-time-picker-timewheel-meridiem-visual-element"; TIMEWHEEL_CURRENT_MERIDIEM_VISUAL_ELEMENT: "ds-controlled-date-time-picker-timewheel-current-meridiem-visual-element"; CONTEXTUAL_MENU_CALENDAR: "ds-controlled-date-time-picker-calendar-context-content-wrapper"; CONTEXTUAL_MENU_TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-context-content-wrapper"; CONTEXTUAL_MENU_CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-context-content-wrapper"; CONTROLLER_COMPONENT_CALENDAR: "ds-controlled-date-time-picker-calendar-controller-wrapper"; CONTROLLER_COMPONENT_TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-controller-wrapper"; CONTROLLER_COMPONENT_CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-controller-wrapper"; FOOTERS_CALENDAR: "ds-controlled-date-time-picker-calendar-context-footer"; FOOTERS_TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-context-footer"; FOOTERS_CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-context-footer"; CLEAR_BUTTON: "ds-controlled-date-time-picker-clear-btn"; CALENDAR_DAY_BUTTON: "ds-controlleddatetimepicker-calendar-day"; CALENDAR_HEADER_BUTTON: "ds-controlleddatetimepicker-calendar-header-buttons"; CALENDAR_HEADER_WEEKLY_DAY_LIST: "ds-controlleddatetimepicker-calendar-header-weekly-day-list"; TIMEWHEEL_TIME_BUTTON: "ds-controlleddatetimepicker-timewheel-time-button"; TIMEWHEEL_TIME_CHANGE_BUTTON: "ds-controlleddatetimepicker-timewheel-time-change-button"; }; export declare const ControlledDateTimePickerDatatestid: { readonly CONTAINER: "ds-controlled-date-time-picker-container"; readonly DATE_INPUTS: { readonly MONTH: "ds-controlled-date-time-picker-month-input"; readonly DAY: "ds-controlled-date-time-picker-day-input"; readonly YEAR: "ds-controlled-date-time-picker-year-input"; }; readonly TIME_INPUTS: { readonly HOUR: "ds-controlled-date-time-picker-hour-input"; readonly MINUTE: "ds-controlled-date-time-picker-minute-input"; readonly MERIDIEM: "ds-controlled-date-time-picker-meridiem-input"; }; readonly PICKER_ICONS: { readonly CALENDAR: "ds-controlled-date-time-picker-calendar-trigger-icon"; readonly TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-trigger-icon"; readonly CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-trigger-icon"; }; readonly CALENDAR: { readonly TABLE_WRAPPER: "ds-controlled-date-time-picker-calendar-table-wrapper"; readonly HEADER_LABEL: "ds-controlled-date-time-picker-calendar-header-label"; readonly PREV_YEAR: "ds-controlled-date-time-picker-calendar-prev-year"; readonly PREV_MONTH: "ds-controlled-date-time-picker-calendar-prev-month"; readonly DAY: "ds-controlled-date-time-picker-calendar-day"; readonly FOCUSED_DAY: "ds-controlled-date-time-picker-calendar-focused-day"; readonly START_RANGE_DAY: "ds-controlled-date-time-picker-calendar-start-range-day"; readonly IN_RANGE_DAY: "ds-controlled-date-time-picker-calendar-in-range-day"; readonly END_RANGE_DAY: "ds-controlled-date-time-picker-calendar-end-range-day"; readonly SELECTED_DAY: "ds-controlled-date-time-picker-calendar-selected-day"; readonly SELECTED_FOCUSED_DAY: "ds-controlled-date-time-picker-calendar-selected-focused-day"; readonly NEXT_MONTH: "ds-controlled-date-time-picker-calendar-next-month"; readonly NEXT_YEAR: "ds-controlled-date-time-picker-calendar-next-year"; }; readonly TIMEWHEEL: { readonly HEADER_LABEL: "ds-controlled-date-time-picker-timewheel-header-label"; readonly PREV_HOUR: "ds-controlled-date-time-picker-timewheel-prev-hour"; readonly HOUR: "ds-controlled-date-time-picker-timewheel-hour"; readonly CURRENT_HOUR: "ds-controlled-date-time-picker-timewheel-current-hour"; readonly NEXT_HOUR: "ds-controlled-date-time-picker-timewheel-next-hour"; readonly PREV_MINUTE: "ds-controlled-date-time-picker-timewheel-prev-minute"; readonly MINUTE: "ds-controlled-date-time-picker-timewheel-minute"; readonly CURRENT_MINUTE: "ds-controlled-date-time-picker-timewheel-current-minute"; readonly NEXT_MINUTE: "ds-controlled-date-time-picker-timewheel-next-minute"; readonly PREV_MERIDIEM: "ds-controlled-date-time-picker-timewheel-prev-meridiem"; readonly MERIDIEM: "ds-controlled-date-time-picker-timewheel-meridiem"; readonly CURRENT_MERIDIEM: "ds-controlled-date-time-picker-timewheel-current-meridiem"; readonly NEXT_MERIDIEM: "ds-controlled-date-time-picker-timewheel-next-meridiem"; readonly MERIDIEM_VISUAL_ELEMENT: "ds-controlled-date-time-picker-timewheel-meridiem-visual-element"; readonly CURRENT_MERIDIEM_VISUAL_ELEMENT: "ds-controlled-date-time-picker-timewheel-current-meridiem-visual-element"; }; readonly CONTEXTUAL_MENU: { readonly CALENDAR: "ds-controlled-date-time-picker-calendar-context-content-wrapper"; readonly TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-context-content-wrapper"; readonly CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-context-content-wrapper"; }; readonly CONTROLLER_COMPONENT: { readonly CALENDAR: "ds-controlled-date-time-picker-calendar-controller-wrapper"; readonly TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-controller-wrapper"; readonly CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-controller-wrapper"; }; readonly FOOTERS: { readonly CALENDAR: "ds-controlled-date-time-picker-calendar-context-footer"; readonly TIMEWHEEL: "ds-controlled-date-time-picker-timewheel-context-footer"; readonly CALENDAR_TIMEWHEEL: "ds-controlled-date-time-picker-calendar-timewheel-context-footer"; }; readonly CLEAR_BUTTON: "ds-controlled-date-time-picker-clear-btn"; };