import { OnInit } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import { SVGIcon } from '@progress/kendo-svg-icons'; import * as i0 from "@angular/core"; export declare class AvatarComponent implements OnInit { private themesService; letters: string; showInitials: boolean; imageURL: string; size: 'small' | 'medium' | 'large' | 'none'; rounded: 'small' | 'medium' | 'large' | 'full' | 'none'; fillMode: 'solid' | 'outline' | 'none'; themeColor: 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse'; name: string; userSvg: SVGIcon; constructor(themesService: ThemesService); ngOnInit(): void; getInitials(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }