import type { DrawMode } from './types'; import type { MapDrawToolOptions } from './useMapDrawTool'; export declare const firSelectionType = "fir"; export declare const exampleIntersectionsMultiDrawTool: { title: string; geojson: GeoJSON.FeatureCollection; }[]; export declare const getDoubleControlToolIcon: (drawMode: DrawMode) => React.ReactElement; export declare const getFirTitle: (isNL: boolean) => string; export declare const updateEditModeButtonsWithFir: (drawModes: DrawMode[], newFirGeoJSON: GeoJSON.FeatureCollection) => DrawMode[]; export declare const startToolExampleConfig: MapDrawToolOptions; export declare const endToolExampleConfig: MapDrawToolOptions;