import { LayerListControlsOptions } from '../shared/map-details-tool.interface'; export declare class MapDetailsToolComponent { toggleLegendOnVisibilityChange: boolean; expandLegendOfVisibleLayers: boolean; updateLegendOnResolutionChange: boolean; ogcButton: boolean; timeButton: boolean; layerListControls: LayerListControlsOptions; queryBadge: boolean; readonly excludeBaseLayers: boolean; readonly layerFilterAndSortOptions: any; }