import type { SelectionType } from './types'; import type { MapDrawToolOptions } from './useMapDrawTool'; export declare const getIntersectionToolIcon: (selectionType: SelectionType) => React.ReactElement; export declare const exampleIntersections: { title: string; geojson: import("geojson").FeatureCollection; }[]; export declare const exampleIntersectionOptions: MapDrawToolOptions; export declare const exampleIntersectionWithShapeOptions: MapDrawToolOptions;