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