import { InputText } from "../input-text/input-text";
export declare class InputArea extends InputText {
    height: string;
    constructor();
}
