import type { LinkProps } from '../types'; export interface LinkBaseProps { as?: string; type?: string; disabled?: boolean; onClick?: ((e: MouseEvent) => void | Promise) | Array<((e: MouseEvent) => void | Promise)>; href?: string; navigate?: (e: MouseEvent) => void; target?: LinkProps['target']; rel?: LinkProps['rel']; active?: boolean; isExternal?: boolean; } declare const _default: __VLS_WithSlots & Readonly<{}>, { type: string; as: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; }>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };