interface ConfirmPopupProps {
    group?: string;
}

declare class ConfirmPopup {
    $props: ConfirmPopupProps;
}

export default ConfirmPopup;
