import { AfterViewInit, Injector, TemplateRef, ViewContainerRef } from '@angular/core'; import { TqlGlobalConfigService } from 'tql-service'; import * as i0 from "@angular/core"; export declare class TqlSpinComponent implements AfterViewInit { private _ViewContainerRef; private _TqlGlobalConfigService; private _Injector; container: ViewContainerRef; opacity: number; backgroundColor: string; spinTemplate: TemplateRef; constructor(_ViewContainerRef: ViewContainerRef, _TqlGlobalConfigService: TqlGlobalConfigService, _Injector: Injector); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }