export declare const checkMinMax: (min: Date | string, max: Date | string, value: Date | string) => boolean;