import * as i0 from '@angular/core'; import { OnInit, AfterViewInit, QueryList } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import * as i3 from '@angular/common'; declare class NovoAvatarElement implements OnInit { private sanitizer; source: any; label: string; theme: string; image: string; size: string; shape: string; color: string; get hb_classBinding(): string[]; get background(): string; src: any; constructor(sanitizer: DomSanitizer); ngOnInit(): any; setPrefixedValue(elm: any, prop: any, value: any): any; private _isValidURL; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NovoAvatarStackElement implements AfterViewInit { total: number; viewChildren: QueryList; showTotal: boolean; remainingCount: number; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NovoAvatarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NovoAvatarElement, NovoAvatarModule, NovoAvatarStackElement };