import { BLinkProps, BLinkSlots } from '../../types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BLinkSlots; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: ((value: MouseEvent) => any) | undefined; }>, { disabled: boolean; to: import('vue-router').RouteLocationRaw; target: import('../..').LinkTarget; routerTag: string; active: boolean; activeClass: string; exactActiveClass: string; href: string; icon: boolean; noRel: boolean; opacity: import('../..').LinkOpacity; opacityHover: import('../..').LinkOpacity; prefetch: boolean; prefetchOn: Partial<{ visibility: boolean; interaction: boolean; }>; noPrefetch: boolean; prefetchedClass: import('../../types/AnyValuedAttributes').ClassValue; rel: string; replace: boolean; routerComponentName: string | import('vue').Component; stretched: boolean; underlineOffset: import('../..').UnderlineOffset; underlineOffsetHover: import('../..').UnderlineOffset; underlineOpacity: import('../..').UnderlineOpacity; underlineOpacityHover: import('../..').UnderlineOpacity; underlineVariant: import('../..').ColorVariant | null; variant: import('../..').ColorVariant | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };