import * as i0 from '@angular/core'; import { EventEmitter } from '@angular/core'; import { NotificationColor, BrandColor } from '@kirbydesign/core'; declare enum AvatarSize { XS = "xs", SM = "sm", MD = "md", LG = "lg" } declare class AvatarComponent { imageSrc: string; imageLoading: 'eager' | 'lazy' | undefined; altText: string; stroke: boolean; text: string; overlay: boolean; size: AvatarSize | `${AvatarSize}`; themeColor: NotificationColor | BrandColor | 'medium' | 'white' | 'dark' | 'light' | 'semi-light'; imageError: EventEmitter; get _cssClass(): any[]; onImageError($event: ErrorEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { AvatarComponent, AvatarSize }; //# sourceMappingURL=kirbydesign-designsystem-avatar.d.ts.map