import { IMarkerLayerToolProps } from 'geovisto-layer-marker'; import { IToolDataProps } from '../types/IComponentTool'; /** * Component wrapping the Geovisto MarkerLayerTool module */ export declare const MarkerLayerTool: (props: IToolDataProps) => JSX.Element;