import type { VueNode } from '@antdv/ui/es/types'; import type { ModalFuncWithRef, ModalStaticFunctions } from '../interface'; declare function useModal(): readonly [ Omit, 'warn'>, () => VueNode ]; export default useModal;