import type { ValueDateProps as DateValueProps } from '../Date/Date';
export type ValueDateOfBirthProps = DateValueProps & {
    dateFormat?: string;
};
declare function DateOfBirth(props: ValueDateOfBirthProps): import("react/jsx-runtime").JSX.Element;
export default DateOfBirth;
