import { DateProps } from './Date'; import { jsx } from '@emotion/react'; export declare const DateOfBirth: ({ defaultValue, disabledDates, mode, value, onChange, }: DateProps) => jsx.JSX.Element;