interface DateOfBirthProperties { id?: string; label?: string; name: string; type: string; defer?: boolean; } declare const _default: (props: DateOfBirthProperties) => JSX.Element; export default _default;