export default function generateTableOfContents(html: string): {
    tag: any;
    content: string;
    id: string;
}[];
