import { LoadingBarService } from './loading-bar.service'; export declare class LoadingBarComponent { private loader; includeSpinner: boolean; includeBar: boolean; fixed: boolean; color: string; value: number; ref: string; height: string; diameter: string; get value$(): any; constructor(loader: LoadingBarService); }