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 MeCoupon: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
        width: string;
        height: string;
        radius: string;
        background: string;
        border: string;
        circleSize: string;
        circleX: string;
        circleBg: string;
        outWidth: string;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, {
        width: string;
        height: string;
        radius: string;
        background: string;
        border: string;
        circleSize: string;
        circleX: string;
        circleBg: string;
        outWidth: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
    width: string;
    height: string;
    radius: string;
    background: string;
    border: string;
    circleSize: string;
    circleX: string;
    circleBg: string;
    outWidth: string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
    $slots: Readonly< DefaultSlots> & DefaultSlots;
}) & InstallRecord & NameRecord;
