import type { ExtractPropTypes } from 'vue'; export declare const anchorLinkProps: { title: StringConstructor; href: StringConstructor; }; export declare type AnchorLinkProps = ExtractPropTypes;