export interface NgDocTocItem {
    title: string;
    path: string;
    hash: string;
    element: HTMLHeadingElement;
    level: number;
}
