import { XmlComponent } from "../../file/xml-components"; import { ITableOfContentsOptions } from "./table-of-contents-properties"; export declare class TableOfContents extends XmlComponent { constructor(alias?: string, properties?: ITableOfContentsOptions); }