import { AnchorItem } from './anchor'; declare function scrollTo(href: string): void; declare function __VLS_template(): { attrs: Partial<{}>; slots: { item?(_: { item: AnchorItem; active: boolean; }): any; item?(_: { item: AnchorItem; active: boolean; }): any; }; refs: { containerRef: HTMLElement; }; rootEl: HTMLElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: () => never[]; }; readonly modelValue: { readonly type: StringConstructor; readonly default: undefined; }; readonly offset: { readonly type: NumberConstructor; readonly default: 0; }; readonly direction: { readonly type: import('vue').PropType; readonly default: "vertical"; }; readonly marker: { readonly type: import('vue').PropType; readonly default: "line"; }; readonly target: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly smooth: { readonly type: BooleanConstructor; readonly default: true; }; readonly hashChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly indent: { readonly type: NumberConstructor; readonly default: 16; }; readonly rootClass: { readonly type: import('vue').PropType>; readonly default: undefined; }; readonly itemClass: { readonly type: import('vue').PropType>; readonly default: undefined; }; readonly activeClass: { readonly type: import('vue').PropType>; readonly default: undefined; }; readonly indicatorClass: { readonly type: import('vue').PropType>; readonly default: undefined; }; }>, { scrollTo: typeof scrollTo; activeHref: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (href: string) => void; change: (href: string) => void; click: (item: AnchorItem, e: MouseEvent) => void; }, string, import('vue').PublicProps, Readonly; readonly default: () => never[]; }; readonly modelValue: { readonly type: StringConstructor; readonly default: undefined; }; readonly offset: { readonly type: NumberConstructor; readonly default: 0; }; readonly direction: { readonly type: import('vue').PropType; readonly default: "vertical"; }; readonly marker: { readonly type: import('vue').PropType; readonly default: "line"; }; readonly target: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly smooth: { readonly type: BooleanConstructor; readonly default: true; }; readonly hashChange: { readonly type: BooleanConstructor; readonly default: true; }; readonly indent: { readonly type: NumberConstructor; readonly default: 16; }; readonly rootClass: { readonly type: import('vue').PropType>; readonly default: undefined; }; readonly itemClass: { readonly type: import('vue').PropType>; readonly default: undefined; }; readonly activeClass: { readonly type: import('vue').PropType>; readonly default: undefined; }; readonly indicatorClass: { readonly type: import('vue').PropType>; readonly default: undefined; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((href: string) => any) | undefined; onChange?: ((href: string) => any) | undefined; onClick?: ((item: AnchorItem, e: MouseEvent) => any) | undefined; }>, { readonly marker: import('./anchor').AnchorMarker; readonly modelValue: string; readonly offset: number; readonly target: string | HTMLElement; readonly direction: import('./anchor').AnchorDirection; readonly items: AnchorItem[]; readonly smooth: boolean; readonly indent: number; readonly rootClass: string | string[] | Record; readonly itemClass: string | string[] | Record; readonly activeClass: string | string[] | Record; readonly indicatorClass: string | string[] | Record; readonly hashChange: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { containerRef: HTMLElement; }, HTMLElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };