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