import { IMapTool } from 'geovisto'; import { IReactElement, IToolData } from './types'; /** * Returns tool in a Geovisto library representation */ export declare const getToolInstance: (toolType: IReactElement, toolData: IToolData) => IMapTool;