import type { AppConfig } from '@nuxt/schema'; import type { TocLink } from '@nuxtjs/mdc'; import type { ComponentConfig } from '../types'; import theme from '#build/cms/toc'; type Toc = ComponentConfig; export interface TocProps { title?: string; links: TocLink[]; container?: string; class?: any; ui?: Toc['slots']; } export interface TocEmits { move: [string]; } declare const __VLS_export: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onMove?: ((args_0: string) => any) | undefined; }>, { title: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;