import { FC } from "react"; import { Authorization } from "../../../../utility/api/authorizations"; import { UseEntityModalCustomProps } from "../../../modal"; type RemoveGroupMemberModalProps = UseEntityModalCustomProps, { group: string; }>; declare const DeleteModal: FC; export default DeleteModal;