import * as tsx from 'vue-tsx-support';
import './style.scss';
export declare const Avatar: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        alt?: string;
        size?: "xl" | "lg" | "sm" | "xs";
        src?: string;
        initials?: string;
        background?: string;
        color?: string;
        presence?: "offline" | "online" | "busy" | "away";
        icon?: string;
    }, {}, {}>;
} & import("vue").default & {
    size: "xl" | "lg" | "sm" | "xs";
    src: string;
    initials: string;
    background: string;
    color: string;
    alt: string;
    presence: "offline" | "online" | "busy" | "away";
    icon: string;
}>;
