import { IFiltersToolProps } from 'geovisto-filters'; import { IToolDataProps } from '../types'; /** * Component wrapping the Geovisto FiltersTool module */ export declare const FiltersTool: (props: IToolDataProps) => JSX.Element;