import { InfoPanelConfig } from '../../../../../../../core/structure/structure-core/src/api/panel/info/info-panel.config'; import { StructureInfoPanelArchive } from '../../../../../../../core/structure/structure-core/src/api/panel/info/structure.info-panel.archive'; import { StructureInfoPanelConfigConverter } from '../../../../../../../core/structure/structure-core/src/api/panel/info/structure.info-panel.config-converter'; import * as i0 from "@angular/core"; export declare class StructureInfoPanelConfigService { private structureInfoPanelConfigConverter; private structureInfoPanelArchive; constructor(structureInfoPanelConfigConverter: StructureInfoPanelConfigConverter, structureInfoPanelArchive: StructureInfoPanelArchive); static readonly services: (typeof StructureInfoPanelArchive | typeof StructureInfoPanelConfigConverter)[]; set(config: InfoPanelConfig): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }