import { MapDetailsToolOptions } from './map-details-tool.interface'; export declare class MapDetailsToolComponent { options: MapDetailsToolOptions; readonly toggleLegendOnVisibilityChange: boolean; readonly excludeBaseLayers: boolean; readonly ogcFilterInLayerItem: boolean; constructor(); }