type ExecCallback = { ready: (...args: any) => void; success: (...args: any) => void; error: (...args: any) => void; }; declare function closeBox(): void; declare function show(params?: ExecCallback): void; declare const _default: import('vue').DefineComponent, { show: typeof show; closeBox: typeof closeBox; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { mode: string; imgSize: Record; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;