export interface ModalProps { title?: string visible?: boolean confirmLabel?: string confirmIcon?: string cancelLabel?: string cancelOnly?: boolean }