/// import { IDateProps } from "../../config/type"; declare function FDate(props: IDateProps): JSX.Element; export default FDate;