export interface PromptDialogParams { confirmLabel: string; defaultValue?: string; discardLabel: string; title: string; valueLabel?: string; }