import { ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ImgEnlargementComponent implements OnInit { private eleRef; /** 缩略图容器大小 */ ncSmallSize: number; /** 预览容器大小 */ ncPreviewSize: number; /** 缩略图地址 */ ncSmallUrl: string; /** 预览图地址 */ ncPreviewUrl: string; constructor(eleRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }