import { AfterViewInit, ChangeDetectorRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywLoadingComponent implements AfterViewInit { private cdr; v: string; h?: string; /** 请传入具体的内容,如 20px 或 50%这样的。 */ w?: string; t?: string; fixed?: boolean; flagShow: boolean; selectTab: number; deg: number; /** setInterval 解订阅 */ timer: any; /** 指定宽高,必须是正方形,暂不支持其他形式的loading */ constructor(cdr: ChangeDetectorRef); get wh(): string; get message(): {}; set message(message: {}); private _message; ngOnDestroy(): void; ngAfterViewInit(): void; ngOnInit(): void; nextTick(): void; closed: EventEmitter; cancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }