import * as React from 'react'; import { IFilterProps } from './interface'; declare const Filter: React.FC; export default Filter;