export declare const defaultDateTimeInputTheme: { calendar: { buttonDisabled: string; dateCell: string; dateCellActive: string; dateCellDayOff: string; dateCellDifferentMonth: string; dateCellDisabled: string; dateCellMarked: string; dateCellSelected: string; dateCellToday: string; dateRow: string; dateView: string; footer: string; header: string; monthCell: string; monthCellActive: string; monthCellDisabled: string; monthRow: string; monthView: string; nextButton: string; nextIcon: string; prevButton: string; prevIcon: string; title: string; titleDisabled: string; weekDaysRow: string; wrapper: string; wrapperRight: string; wrapperTop: string; wrapperVisible: string; yearCell: string; yearCellActive: string; yearCellDifferentDecade: string; yearCellDisabled: string; yearRow: string; yearView: string; }; calendarIcon: string; iconsWrapper: string; input: string; inputWrapper: string; inputWrapperFocused: string; inputWrapperInvalid: string; inputWrapperRequired: string; wrapper: string; wrapperDisabled: string; };