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