import { EditorModel } from '../../model/editormodel'; import { PageHistory } from '../../model/history'; import { LegendInterface } from '../../model/States'; export declare enum SearchHighlightType { SELECTED = "selected", MATCH = "match", NONE = "none" } export interface RegSummarySearchRecord { id: string; text: string; page: string; type: string; history: PageHistory; } export declare const DataSummaryStyles: Record; export declare function computeRegistrySummary(model: EditorModel, id: string): RegSummarySearchRecord[]; //# sourceMappingURL=RegistrySummary.d.ts.map