import { AbstractInputElement } from './AbstractInput'; export declare class TextArea extends AbstractInputElement { static nativeName: string; constructor(); template(): string; }