export interface ConfirmationData { titleLabel?: string; cancelButtonLabel?: string; confirmButtonLabel?: string; confirmMessage?: string; }