import type { FC } from 'react'; import type { TimeFilterProps } from './type'; declare const TimeFilter: FC; export default TimeFilter;