import { OnInit } from '@angular/core'; import { ThemeControllerService } from 'tql-theme'; import * as i0 from "@angular/core"; export declare class TqlLoadingBarComponent implements OnInit { private _ThemeControllerService; color: string; hasSpinner: boolean; isFixed: boolean; constructor(_ThemeControllerService: ThemeControllerService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }