import { BAvatarProps } from '../../types/ComponentProps';
import { BAvatarSlots, Size } from '../../types';
declare function __VLS_template(): {
    attrs: Partial<{}>;
    slots: Readonly<BAvatarSlots> & BAvatarSlots;
    refs: {};
    rootEl: any;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import('vue').DefineComponent<BAvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    click: (value: MouseEvent) => any;
    "img-error": (value: Event) => any;
}, string, import('vue').PublicProps, Readonly<BAvatarProps> & Readonly<{
    onClick?: ((value: MouseEvent) => any) | undefined;
    "onImg-error"?: ((value: Event) => any) | undefined;
}>, {
    disabled: boolean;
    size: import('../..').LiteralUnion<Size, import('../../types/CommonTypes').Numberish>;
    button: boolean;
    text: string;
    target: import('../..').LinkTarget;
    replace: boolean;
    href: string;
    routerComponentName: string;
    active: boolean;
    activeClass: string;
    exactActiveClass: string;
    rel: string;
    variant: import('../..').ColorVariant | null;
    opacity: import('../..').LinkOpacity;
    opacityHover: import('../..').LinkOpacity;
    underlineVariant: import('../..').ColorVariant | null;
    underlineOffset: import('../..').UnderlineOffset;
    underlineOffsetHover: import('../..').UnderlineOffset;
    underlineOpacity: import('../..').UnderlineOpacity;
    underlineOpacityHover: import('../..').UnderlineOpacity;
    stretched: boolean;
    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<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
