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