export declare function isBeforeMaxDate(date: Date, maxDate?: Date): boolean;
