export declare const TRANSLATION_KEYS: { FROM: string; TO: string; }; export declare const POPUP_POSITION: string[]; export declare const INPUT_FORMAT: { DATE: string; DATETIME: string; DATETIME_AM_PM: string; DATETIME_SECONDS: string; DATETIME_SECONDS_AM_PM: string; }; export declare const CALENDAR_ID = "calendar"; export declare const CALENDAR_FROM_ID = "calendar-from"; export declare const CALENDAR_TO_ID = "calendar-to"; export declare const TIMEPICKER_ID = "timepicker"; export declare const TIMEPICKER_FROM_ID = "timepicker-from"; export declare const TIMEPICKER_TO_ID = "timepicker-to"; export declare const INPUT_ID = "input"; export declare const INPUT_FROM_ID = "input-from"; export declare const INPUT_TO_ID = "input-to";