import { ExtractPropTypes } from 'vue'; declare const anchorLinkProps: { href: { type: StringConstructor; required: boolean; }; title: StringConstructor; }; export type AnchorLinkProps = ExtractPropTypes; declare const AnchorLink: import('vue').DefineComponent, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default AnchorLink;