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