import OriginModal from 'antd/es/modal/Modal'; import { ModalStaticFunctions, modalGlobalConfig } from 'antd/es/modal/confirm'; import useModal from 'antd/es/modal/useModal'; declare type ModalType = typeof OriginModal & ModalStaticFunctions & { useModal: typeof useModal; destroyAll: () => void; config: typeof modalGlobalConfig; }; export declare const Modal: ModalType; export {};