/// export type TableOfContentsProps = { text?: string; open?: boolean; indent?: Array<' ' | ' ' | ' ' | ' ' | '‌' | '‍'>; }; export default function TableOfContents(props: TableOfContentsProps): JSX.Element;