import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props } from './types'; import { DefaultSlots, InstallRecord, NameRecord } from '../types'; export declare const MeDialog: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:visible"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (value: boolean) => any; }, PublicProps, { tips: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ visible?: boolean; } & Props> & Readonly<{ "onUpdate:visible"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, { tips: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ "onUpdate:visible"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (value: boolean) => any; }, string, { tips: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: Readonly< DefaultSlots> & DefaultSlots; }) & InstallRecord & NameRecord;