import { BAvatarProps, BAvatarSlots, Size } from '../../types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BAvatarSlots; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; "img-error": (value: Event) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: ((value: MouseEvent) => any) | undefined; "onImg-error"?: ((value: Event) => any) | undefined; }>, { text: string; disabled: boolean; size: import('../..').LiteralUnion; button: boolean; target: import('../..').LinkTarget; active: boolean; activeClass: string; exactActiveClass: string; href: string; opacity: import('../..').LinkOpacity; opacityHover: import('../..').LinkOpacity; 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; bgVariant: import('../../types/ColorTypes').BgColorVariant | null; textVariant: import('../..').TextColorVariant | null; src: string; rounded: boolean | import('../..').RadiusElement; roundedTop: boolean | import('../..').RadiusElement; roundedBottom: boolean | import('../..').RadiusElement; roundedStart: boolean | import('../..').RadiusElement; roundedEnd: boolean | import('../..').RadiusElement; badge: boolean | string; alt: string; badgeBgVariant: import('../../types/ColorTypes').BgColorVariant | null; badgePlacement: import('../..').CombinedPlacement; badgeTextVariant: import('../..').TextColorVariant | null; badgeVariant: import('../..').ColorVariant | null; badgePill: boolean; badgeDotIndicator: boolean; buttonType: import('../..').ButtonType; square: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };