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