export interface TableOfContentsBuilderOptions { labelAttribute?: string; listClass?: string; scrollSpy?: boolean; } export declare class TableOfContentsBuilder { private rootId; private tocContainerId; private idSet; private linkSectionMap; private scrollSpyManager?; constructor(rootId: string, tocContainerId: string); private generateUniqueId; private createTOCEntry; private buildTOCTree; buildAndAppendTOC(): void; getLinkSectionMap(): Map; } //# sourceMappingURL=TableOfContentsBuilder.d.ts.map