import type { ExtractPropTypes } from 'vue'; import type { ZIndexProperty } from 'csstype'; export declare const overlayProps: { readonly mask: import("element-plus/es/utils").EpPropFinalized; readonly customMaskEvent: BooleanConstructor; readonly overlayClass: { readonly type: import("vue").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").PropType ZIndexProperty & {}) | (() => ZIndexProperty) | ((new (...args: any[]) => ZIndexProperty & {}) | (() => ZIndexProperty))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export declare type OverlayProps = ExtractPropTypes; export declare const overlayEmits: { click: (evt: MouseEvent) => boolean; }; export declare type OverlayEmits = typeof overlayEmits; declare const _default: import("vue").DefineComponent<{ readonly mask: import("element-plus/es/utils").EpPropFinalized; readonly customMaskEvent: BooleanConstructor; readonly overlayClass: { readonly type: import("vue").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").PropType ZIndexProperty & {}) | (() => ZIndexProperty) | ((new (...args: any[]) => ZIndexProperty & {}) | (() => ZIndexProperty))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (evt: MouseEvent) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly customMaskEvent: BooleanConstructor; readonly overlayClass: { readonly type: import("vue").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").PropType ZIndexProperty & {}) | (() => ZIndexProperty) | ((new (...args: any[]) => ZIndexProperty & {}) | (() => ZIndexProperty))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { onClick?: ((evt: MouseEvent) => any) | undefined; }, { readonly mask: import("element-plus/es/utils").EpPropMergeType; readonly customMaskEvent: boolean; }>; export default _default;