import { HeadingNodeType, RenderTOCProps } from 'src/types'; export default function renderTableOfContents(headingNodes: HeadingNodeType[], contents: string, renderProps: RenderTOCProps): string;