import '@arclux/arc-ui/avatar'; import * as i0 from "@angular/core"; export declare class Avatar { private readonly _el; set src(value: string); get src(): string; set name(value: string); get name(): string; set size(value: 'sm' | 'md' | 'lg'); get size(): 'sm' | 'md' | 'lg'; set shape(value: 'circle' | 'square' | 'rounded'); get shape(): 'circle' | 'square' | 'rounded'; set status(value: '' | 'online' | 'offline' | 'busy' | 'away'); get status(): '' | 'online' | 'offline' | 'busy' | 'away'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }