import { OnInit } from '@angular/core';
export declare class LoaderSpinnerComponent implements OnInit {
    active: boolean;
    constructor();
    ngOnInit(): void;
}
