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