export declare const CouponCell: import("../utils").WithInstall; default: () => never[]; }; currency: { type: import("vue").PropType; default: string; }; chosenCoupon: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => never[]; }; currency: { type: import("vue").PropType; default: string; }; chosenCoupon: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>>, { border: boolean; currency: string; editable: boolean; coupons: import("..").CouponInfo[]; chosenCoupon: string | number; }>>; export default CouponCell; export type { CouponCellProps } from './CouponCell'; declare module 'vue' { interface GlobalComponents { VanCouponCell: typeof CouponCell; } }