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