export declare const ElOverlay: import("@vue/runtime-core").DefineComponent<{ readonly mask: import("packages/web/vue-utils/dist").EpPropFinalized; readonly customMaskEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly overlayClass: { readonly type: import("@vue/runtime-core").PropType (string | string[] | Record) & {}) | (() => string | string[] | Record) | ((new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly zIndex: { readonly type: import("@vue/runtime-core").PropType import("csstype").ZIndexProperty & {}) | (() => import("csstype").ZIndexProperty) | ((new (...args: any[]) => import("csstype").ZIndexProperty & {}) | (() => import("csstype").ZIndexProperty))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, () => import("@vue/runtime-core").VNode, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { click: (evt: MouseEvent) => boolean; }, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly; readonly customMaskEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly overlayClass: { readonly type: import("@vue/runtime-core").PropType (string | string[] | Record) & {}) | (() => string | string[] | Record) | ((new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly zIndex: { readonly type: import("@vue/runtime-core").PropType import("csstype").ZIndexProperty & {}) | (() => import("csstype").ZIndexProperty) | ((new (...args: any[]) => import("csstype").ZIndexProperty & {}) | (() => import("csstype").ZIndexProperty))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { onClick?: ((evt: MouseEvent) => any) | undefined; }, { readonly mask: import("packages/web/vue-utils/dist").EpPropMergeType; readonly customMaskEvent: import("packages/web/vue-utils/dist").EpPropMergeType; }>; export default ElOverlay; export * from './src/overlay';