import * as i0 from "@angular/core"; export declare class LoadingComponent { enabled?: boolean; type?: string; message?: string; image?: any; style?: string; private _isEnabled; isLoading: boolean; isLoading2: boolean; constructor(); isEnabled(): boolean; toggle(): void; toggle2(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }