import { CtlBase } from '../../CtlBase'; import { YvEvent } from "../../YvanEvent"; export declare class CtlExcelImport extends CtlBase { static create(module: any, vjson: any): CtlExcelImport; reOpen(): void; private _rowValidate; private _otherValidate; /** * 按下按钮后触发 */ onChange?: YvEvent; set value(nv: File | null); get value(): File | null; get width(): any; set width(nv: any); get height(): any; set height(nv: any); private _value; private _width; private _height; }