import Modal from './instance'; import type ModalInstance from './index.vue'; export declare type ModalInstance = InstanceType; export default Modal;