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