import { a as ITocEntry } from "./context.types-DBgVFCwy.js"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/docs/docs-toc.d.ts interface ITocProps { toc: ITocEntry[]; } declare function DashboardTableOfContents({ toc }: ITocProps): react_jsx_runtime0.JSX.Element | null; //#endregion export { DashboardTableOfContents as t };