import type { CalendarSteps } from '../../../Calendar';
export declare const isValidDateString: (value: string | null | undefined, steps: CalendarSteps) => boolean;
