export declare const LOCALE = "en-US"; export declare const MAX_DATE: Date; export declare const MIN_DATE: Date; export declare const INVALID_DATE_MESSAGE = "Invalid date"; export declare const OUT_OF_RANGE_MESSAGE = "Out of range"; export declare const OVERLAPPING_DATES_MESSAGE = "Overlapping dates"; export declare const INVALID_DATE: Date;