import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
export type { PlusPopoverProps } from './src/index.vue';
export declare const PlusPopover: {
    new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
        confirmText: {
            type: PropType<string>;
            default: string;
        };
        cancelText: {
            type: PropType<string>;
            default: string;
        };
        confirmLoading: {
            type: PropType<boolean>;
            default: boolean;
        };
        hasShowBottomButton: {
            type: PropType<boolean>;
            default: boolean;
        };
    }>> & {
        onCancel?: (() => any) | undefined;
        onConfirm?: (() => any) | undefined;
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        cancel: () => void;
        confirm: () => void;
    }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
        confirmText: {
            type: PropType<string>;
            default: string;
        };
        cancelText: {
            type: PropType<string>;
            default: string;
        };
        confirmLoading: {
            type: PropType<boolean>;
            default: boolean;
        };
        hasShowBottomButton: {
            type: PropType<boolean>;
            default: boolean;
        };
    }>> & {
        onCancel?: (() => any) | undefined;
        onConfirm?: (() => any) | undefined;
    }, {
        confirmText: string;
        cancelText: string;
        confirmLoading: boolean;
        hasShowBottomButton: boolean;
    }, true, {}, {}, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly< ExtractPropTypes<{
        confirmText: {
            type: PropType<string>;
            default: string;
        };
        cancelText: {
            type: PropType<string>;
            default: string;
        };
        confirmLoading: {
            type: PropType<boolean>;
            default: boolean;
        };
        hasShowBottomButton: {
            type: PropType<boolean>;
            default: boolean;
        };
    }>> & {
        onCancel?: (() => any) | undefined;
        onConfirm?: (() => any) | undefined;
    }, {}, {}, {}, {}, {
        confirmText: string;
        cancelText: string;
        confirmLoading: boolean;
        hasShowBottomButton: boolean;
    }>;
    __isFragment?: undefined;
    __isTeleport?: undefined;
    __isSuspense?: undefined;
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
    confirmText: {
        type: PropType<string>;
        default: string;
    };
    cancelText: {
        type: PropType<string>;
        default: string;
    };
    confirmLoading: {
        type: PropType<boolean>;
        default: boolean;
    };
    hasShowBottomButton: {
        type: PropType<boolean>;
        default: boolean;
    };
}>> & {
    onCancel?: (() => any) | undefined;
    onConfirm?: (() => any) | undefined;
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    cancel: () => void;
    confirm: () => void;
}, string, {
    confirmText: string;
    cancelText: string;
    confirmLoading: boolean;
    hasShowBottomButton: boolean;
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
    $slots: {
        default?(_: {}): any;
        reference?(_: {}): any;
    };
});
