export declare const CouponCell: import("../utils").WithInstall; default: () => never[]; }; currency: { type: import("vue").PropType; default: string; }; chosenCoupon: { type: import("vue").PropType; default: number; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => never[]; }; currency: { type: import("vue").PropType; default: string; }; chosenCoupon: { type: import("vue").PropType; default: number; }; }>> & Readonly<{}>, { border: boolean; currency: string; editable: boolean; coupons: import("..").CouponInfo[]; chosenCoupon: number | number[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default CouponCell; export { couponCellProps } from './CouponCell'; export type { CouponCellProps } from './CouponCell'; export type { CouponCellThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanCouponCell: typeof CouponCell; } }