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