import { CtlInput } from './CtlInput'; export declare class CtlTextarea extends CtlInput { static create(module: any, vjson: any): CtlTextarea; }