import { AnyDateValue } from '../../types'; export declare function isBeforeMaxDate(date: AnyDateValue, maxDate: AnyDateValue | undefined): boolean;