/// import { useToc } from '../hooks/useToc'; export declare const MarkdownToc: ({ toc, container, basePath, }: { toc: ReturnType; container: HTMLDivElement | null; basePath: string; }) => JSX.Element | null;