import type { IconToc } from './types/toc';
declare const toc: IconToc[];
export { toc };
export type { IconToc } from './types/toc';
