import { InputField } from '../input_field'; export declare class TextField extends InputField { maxLength: number; [key: string]: any; constructor(param: string | any); toJSON(): any; toString(): string; }