/** Check if a date is before another date (DD/MM/YYYY format) */ export declare function isDateBefore(minDate: string, value: string): boolean;