import { CtlBase } from '../../CtlBase'; export declare class CtlFileInput extends CtlBase { static create(module: any, vjson: any): CtlFileInput; private _rowValidate; private _otherValidate; 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; }