// Project: https://github.com/vueComponent/ant-design-vue // Definitions by: akki-jat // Definitions: https://github.com/vueComponent/ant-design-vue/types import { AntdComponent } from '../component'; export declare class AnchorLink extends AntdComponent { /** * target of hyperlink * @type string */ href: string; /** * content of hyperlink * @type any (string | slot) */ title: any; }