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