import { FunctionComponent } from 'react'; import { History } from 'history'; declare type Props = { history: History; }; declare const FiltersProvider: FunctionComponent; export default FiltersProvider;