import { AggregateArchive } from '@generic-ui/hermes'; import { StructureSummariesPanelConfig } from '../../core/config/structure.summaries-panel.config'; export declare class StructureSummariesConfigArchive extends AggregateArchive { static readonly default: StructureSummariesPanelConfig; constructor(); }