import React from 'react';
import type { DateInputProps } from './DateInput.types';
export declare function isValidYearRange(year: number): boolean;
/**
 * @deprecatedSince 11
 * @deprecated Intended for internal library development.
 */
export declare const DateInput: React.ForwardRefExoticComponent<DateInputProps & React.RefAttributes<HTMLDivElement>>;
