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