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