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