import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props, Slots } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeMask: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
        visible?: boolean;
    } & Props> & Readonly<{
        "onUpdate:visible"?: ((value: boolean) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        "update:visible": (value: boolean) => any;
    }, PublicProps, {
        maskClose: boolean;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{
        visible?: boolean;
    } & Props> & Readonly<{
        "onUpdate:visible"?: ((value: boolean) => any) | undefined;
    }>, {}, {}, {}, {}, {
        maskClose: boolean;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
    visible?: boolean;
} & Props> & Readonly<{
    "onUpdate:visible"?: ((value: boolean) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    "update:visible": (value: boolean) => any;
}, string, {
    maskClose: boolean;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
    $slots: Readonly< Slots> & Slots;
}) & InstallRecord & NameRecord;
