import type { TableOfContentsCssVariables, TableOfContentsFactory, TableOfContentsProps, TableOfContentsStylesNames, TableOfContentsVariant } from './TableOfContents';
export { TableOfContents } from './TableOfContents';
export type { TableOfContentsProps, TableOfContentsStylesNames, TableOfContentsCssVariables, TableOfContentsFactory, TableOfContentsVariant, };
export declare namespace TableOfContents {
    type Props = TableOfContentsProps;
    type StylesNames = TableOfContentsStylesNames;
    type CssVariables = TableOfContentsCssVariables;
    type Factory = TableOfContentsFactory;
    type Variant = TableOfContentsVariant;
}
