/// import toc, { NodeType as NT, OptionsType as OT } from "./table-of-contents"; export declare type NodeType = NT; export declare type OptionsType = OT; export declare const TableOfContents: typeof toc; export declare const useTableOfContents: ({ contentRef, options }: { contentRef: import("react").MutableRefObject; options: OT; }) => NT | undefined;