import type { Toc as TocType } from '@stefanprobst/rehype-extract-toc'; import './Toc.css'; export interface TocProps { toc: TocType; } export declare function Toc({ toc }: TocProps): import("react/jsx-runtime").JSX.Element;