import CompCommon from '../../common/type'; export interface PopupProps extends CompCommon { title?: string; closeOnclickOverlay?: boolean; titleAlign?: string; visible: boolean; onClose?: Function; }