import { CalendarValue } from './calendar-value'; export declare type DateValidator = (inputVal: CalendarValue) => { [key: string]: any; };