import type { WatchStopHandle, ComponentPublicInstance } from "vue"; declare const _default: import("vue").DefineComponent<{ visible: { type: BooleanConstructor; default: boolean; }; zIndex: { type: NumberConstructor; }; reEventWhenUpdate: { type: BooleanConstructor; default: boolean; }; }, unknown, { needInitComponents: ({ $: import("vue").ComponentInternalInstance; $data: {}; $props: {}; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("vue").nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions | undefined): WatchStopHandle; } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & customComponent)[]; unwatchFns: WatchStopHandle[]; propsRedirect: {}; converters: {}; isDestroy: boolean; cacheEvents: {}; isMounted: boolean; }, {}, { getHandlerFun(prop: any): any; convertProps(): {}; convertSignalProp(key: any, sourceData: any): any; registerEvents(): void; unregisterEvents(): void; setPropWatchers(): void; initProps(): void; lazyRegister(): void; addChildComponent(component: ComponentPublicInstance & customComponent): void; createChildren(): void; register(): void; registerRest(instance: any): void; $$getInstance(): any; destroyComponent(): void; __visible(flag: any): void; __zIndex(value: any): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "init"[], "init", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onInit?: ((...args: any[]) => any) | undefined; }, { visible: boolean; reEventWhenUpdate: boolean; }>; export default _default;