import { AfterViewInit, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxI24ColoredLightsComponent implements OnInit, AfterViewInit {
    private _BG;
    colorCollection: string[];
    lightsCount: number;
    textColor: string;
    lightSize: number;
    blurLevel: number;
    title: string;
    imageUrl: string;
    private totalAnimation;
    private maxDelay;
    private minDuration;
    private maxDuration;
    private sizeVariety;
    list: any;
    constructor();
    ngOnInit(): void;
    ngAfterViewInit(): void;
    private random;
    private initLights;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxI24ColoredLightsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgxI24ColoredLightsComponent, "i24-colored-lights", never, { "colorCollection": "colorCollection"; "lightsCount": "lightsCount"; "textColor": "textColor"; "lightSize": "lightSize"; "blurLevel": "blurLevel"; "title": "title"; "imageUrl": "imageUrl"; }, {}, never, never>;
}
