export function isValid(date: any, minDate: any, maxDate: any): boolean; export function isInvalidValue(value: any): boolean; export function parseStrictInputValue(value: any, dateStyle: any, locale: any): { parsedDate: Date | null; dateFormat: any; } | { dateFormat: any; parsedDate?: undefined; }; export function parseDate(value: any, dateStyle: any, locale: any): Date | null; //# sourceMappingURL=utils.d.ts.map