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