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