export interface Props { /** * @description 是否显示 */ modelValue?: boolean; /** * @description 弹窗地址 */ url?: string; /** * @description 初始化页面 */ initBody?: boolean; /** * @description 确认事件 */ confirm?: Function; /** * @description 取消事件 */ cancel?: Function; } declare const _default: __VLS_WithTemplateSlots void; open: () => void; close: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, any>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };