export interface ModalConfig { cancel?: string; confirm?: string; title?: string; }