import { FlexbundleApi } from "../../core/FlexDictionary"; /** Inspired on https://github.com/judesfernando/initial.js */ export declare class AvatarComponent { private initials; private elementStyle; private textStyle; private imageSrcId; id: string; name: string; color: string; icon: string; size: number; sizeUnit: string | "px" | "rem" | "em" | "%"; textSize: number; textSizeUnit: string | "px" | "rem" | "em" | "%"; textWeight: any; api: FlexbundleApi; imageSrc: any; componentWillRender(): void; render(): any; private unicodeCharAt; private getInitials; private getColor; private getStyle; private loadImageSrc; }