export declare const ElOverlay: import("vue").DefineComponent<{ readonly mask: import("../../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 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").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 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("../../utils").EpPropMergeType; readonly customMaskEvent: boolean; }>; export default ElOverlay; export * from './src/overlay';