import { CtlBase } from '../CtlBase'; export declare class CtlForm extends CtlBase { static create(module: any, vjson: any): CtlForm; setValues(data: any): void; }