export declare const Coupon: import("../utils").WithInstall; required: true; }; disabled: BooleanConstructor; currency: { type: import("vue").PropType; default: string; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: true; }; disabled: BooleanConstructor; currency: { type: import("vue").PropType; default: string; }; }>>, { disabled: boolean; currency: string; chosen: boolean; }>>; export default Coupon; export type { CouponInfo } from './Coupon'; declare module 'vue' { interface GlobalComponents { VanCoupon: typeof Coupon; } }