import { OnDestroy } from "@angular/core";
import { GeneralUtils } from "../service/general-utils.service";
export declare class BitLoadingBitcitawebComponent implements OnDestroy {
    imageSource: string;
    loading: boolean;
    private subscription;
    inProgressCount: number;
    constructor(generalUtils: GeneralUtils);
    ngOnDestroy(): void;
}
