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