import { AfterViewInit, ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NuoruoIconComponent implements AfterViewInit { private cdr; icon: string; w: string | number; h: string | number; x?: string | number; y?: string | number; /** 指定宽高,必须是正方形,暂不支持其他形式的loading */ constructor(cdr: ChangeDetectorRef); ngOnDestroy(): void; ngAfterViewInit(): void; ngOnInit(): void; nextTick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }