import { DialogInput } from './dialog-input'; import { DialogElementType } from '../type-aliases'; export declare class DialogTextareaElement extends DialogInput { type: DialogElementType; }