declare const _default: import("vue").DefineComponent<{
    /**
     * @zh 锚点链接的文本内容
     * @en The text content of the anchor link
     */
    title: StringConstructor;
    /**
     * @zh 锚点链接的地址
     * @en The address of the anchor link
     */
    href: StringConstructor;
}, {
    cls: import("vue").ComputedRef<(string | {
        "is-active": boolean;
    })[]>;
    linkRef: import("vue").Ref<HTMLElement>;
    handleClick: (e: MouseEvent) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * @zh 锚点链接的文本内容
     * @en The text content of the anchor link
     */
    title: StringConstructor;
    /**
     * @zh 锚点链接的地址
     * @en The address of the anchor link
     */
    href: StringConstructor;
}>>, {}>;
export default _default;
