import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; export declare const maskProps: { zIndex: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; visible: BooleanConstructor; fill: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; pos: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; targetAreaClickable: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; export type MaskProps = ExtractPropTypes; export type MaskPropsPublic = __ExtractPublicPropTypes;