import { LayerListControlsOptions } from '../shared/map-details-tool.interface'; /** * Tool to browse a map's layers or to choose a different map */ export declare class MapToolComponent { toggleLegendOnVisibilityChange: boolean; expandLegendOfVisibleLayers: boolean; updateLegendOnResolutionChange: boolean; ogcButton: boolean; timeButton: boolean; layerListControls: LayerListControlsOptions; queryBadge: boolean; readonly excludeBaseLayers: boolean; readonly layerFilterAndSortOptions: any; }