import type { TableOfContents, TocState } from "../../hooks/use-toc.svelte.js"; type $$ComponentProps = { tree: TableOfContents; tocState: TocState; }; declare const MobileToc: import("svelte").Component<$$ComponentProps, {}, "">; type MobileToc = ReturnType; export default MobileToc;