export declare const COMPONENT_TYPES: { readonly DATE_ONLY: "date-only"; readonly DATE_TIME: "date-time"; readonly TIME_ONLY: "time-only"; }; export declare const HOURS_LIMITS: number[]; export declare const MINUTES_LIMITS: number[]; export declare const MONTHS_IN_ROW = 4; export declare const YEARS_IN_ROW = 4; export declare const DAYS_IN_WEEK = 7; export declare const KEYS: { readonly DOWN: "ArrowDown"; readonly DOWN_IE: "Down"; readonly ENTER: "Enter"; readonly ESC: "Escape"; readonly ESC_IE: "Esc"; readonly LEFT: "ArrowLeft"; readonly LEFT_IE: "Left"; readonly RIGHT: "ArrowRight"; readonly RIGHT_IE: "Right"; readonly TAB: "Tab"; readonly UP: "ArrowUp"; readonly UP_IE: "Up"; }; export declare const DEFAULT_FORMAT = "dd.MM.yyyy hh:mm";