import { IMyDate } from 'mydaterangepicker'; export declare const DEFAULT_MASK_INPUT_CONFIGURATION: { mask: string; autofix: boolean; overwrite: boolean; lazy: boolean; blocks: { hh: { mask: any; placeholderChar: string; from: number; to: number; maxLength: number; autofix: boolean; }; mm: { mask: any; placeholderChar: string; from: number; to: number; maxLength: number; autofix: boolean; }; ss: { mask: any; placeholderChar: string; from: number; to: number; maxLength: number; autofix: boolean; }; }; }; export declare const RESET_DATEPICKER_DATE: IMyDate; //# sourceMappingURL=range-datepicker.consts.d.ts.map