import type { DialogOptions, DialogReturn, DialogEvents } from './type'; import type { EmitEvent } from '../share/type'; import DialogWrapped from './dialog-wrapped.ts'; declare const _default: typeof DialogWrapped & { [key in DialogOptions["type"] & string]: (options: (Omit & Omit, "update:visible">) | string) => DialogReturn; }; export default _default;