/// import * as NAST from "nast-types"; import { BlockRendererProps } from "../interfaces"; export interface TableOfContentsProps extends BlockRendererProps { current: NAST.TableOfContents; } export declare function TableOfContents(props: TableOfContentsProps): JSX.Element; //# sourceMappingURL=TableOfContents.d.ts.map