import * as i0 from "@angular/core"; import * as i1 from "../../common/sapphire-view-encapsulation"; type Color = 'neutral' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16; type Size = 'sm' | 'md' | 'lg'; export declare class AvatarComponent { /** * @default 'md' */ size?: Size; /** * The background color of the avatar. * Can either be semantic or one of the named decorative color. * * @default 'informative' */ color?: Color; private get className(); constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};