import { AnchorProps } from "./types.js"; //#region src/components/anchor/anchor.vue.d.ts declare const __VLS_export: import("vue").DefineComponent any; activeChange: (value: string) => any; itemSelect: (event: MouseEvent, payload: { href: string; }) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; onActiveChange?: ((value: string) => any) | undefined; onItemSelect?: ((event: MouseEvent, payload: { href: string; }) => any) | undefined; }>, { sticky: boolean; offsetTop: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; //#endregion export { _default };