import * as i0 from "@angular/core";
/**
 * A simple loading mask component which will show a spinner
 * when loading attribute is true.
 */
export declare class LoadingMaskComponent {
    loading: boolean;
    type: 'module' | 'content';
    text: string;
    get hidden(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<LoadingMaskComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LoadingMaskComponent, "acl-loading-mask", never, { "loading": { "alias": "loading"; "required": false; }; "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
}
