import type { TableOfContentsCssVariables, TableOfContentsFactory, TableOfContentsProps, TableOfContentsStylesNames, TableOfContentsVariant } from './TableOfContents'; export { TableOfContents } from './TableOfContents'; export type { TableOfContentsProps, TableOfContentsStylesNames, TableOfContentsCssVariables, TableOfContentsFactory, TableOfContentsVariant, };