export interface TableOfContentsItem { id: string; label: string; level?: number; } export type TableOfContentsProps = { title?: string; items: TableOfContentsItem[]; activeId?: string; class?: string; }; export declare const TableOfContents: import("vue").DefineComponent TableOfContentsItem[]; required: true; }; activeId: { type: StringConstructor; default: string; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly TableOfContentsItem[]; required: true; }; activeId: { type: StringConstructor; default: string; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; title: string; activeId: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TableOfContents.d.ts.map