/** Check if a date is after another date (DD/MM/YYYY format) */ export declare function isDateAfter(maxDate: string, value: string): boolean;