import { FieldInput } from "./FieldInput"; export declare class FieldTextArea extends FieldInput { create(): HTMLTextAreaElement; protected setEvents(): void; }