import { AvatarSizes } from "../../types";
export declare class EAvatar {
    size: AvatarSizes;
    color: string;
    text?: string;
    private classes;
    private styles;
    render(): any;
}
