export declare const Coupon: import("../utils").WithInstall; required: true; }; disabled: BooleanConstructor; currency: { type: import("vue").PropType; default: string; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; disabled: BooleanConstructor; currency: { type: import("vue").PropType; default: string; }; }>> & Readonly<{}>, { disabled: boolean; currency: string; chosen: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default Coupon; export type { CouponInfo } from './Coupon'; export type { CouponThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanCoupon: typeof Coupon; } }