export declare const isDateValid: (value: Date, limits: { minLimit?: Date; maxLimit?: Date; }) => boolean;