import { FC } from 'react';
import { TDOB } from "./";
declare const DOB: FC<TDOB<Record<string, any>>>;
export default DOB;
