import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AvatarRingComponent implements OnInit { colors: Array | undefined; name: string | undefined; inputSize: number | undefined; private COLORS; SIZE: number; cellColors: Array | undefined; ngOnInit(): void; generateColors(colors: Array, name: string): Array; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }