import { type ExtractPropTypes } from 'vue'; import { CouponInfo } from '../coupon'; declare const couponListProps: { code: { type: import("vue").PropType; default: string; }; coupons: { type: import("vue").PropType; default: () => never[]; }; currency: { type: import("vue").PropType; default: string; }; showCount: { type: BooleanConstructor; default: true; }; emptyImage: StringConstructor; chosenCoupon: { type: NumberConstructor; default: number; }; enabledTitle: StringConstructor; disabledTitle: StringConstructor; disabledCoupons: { type: import("vue").PropType; default: () => never[]; }; showExchangeBar: { type: BooleanConstructor; default: true; }; showCloseButton: { type: BooleanConstructor; default: true; }; closeButtonText: StringConstructor; inputPlaceholder: StringConstructor; exchangeMinLength: { type: NumberConstructor; default: number; }; exchangeButtonText: StringConstructor; displayedCouponIndex: { type: NumberConstructor; default: number; }; exchangeButtonLoading: BooleanConstructor; exchangeButtonDisabled: BooleanConstructor; }; export declare type CouponListProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ code: { type: import("vue").PropType; default: string; }; coupons: { type: import("vue").PropType; default: () => never[]; }; currency: { type: import("vue").PropType; default: string; }; showCount: { type: BooleanConstructor; default: true; }; emptyImage: StringConstructor; chosenCoupon: { type: NumberConstructor; default: number; }; enabledTitle: StringConstructor; disabledTitle: StringConstructor; disabledCoupons: { type: import("vue").PropType; default: () => never[]; }; showExchangeBar: { type: BooleanConstructor; default: true; }; showCloseButton: { type: BooleanConstructor; default: true; }; closeButtonText: StringConstructor; inputPlaceholder: StringConstructor; exchangeMinLength: { type: NumberConstructor; default: number; }; exchangeButtonText: StringConstructor; displayedCouponIndex: { type: NumberConstructor; default: number; }; exchangeButtonLoading: BooleanConstructor; exchangeButtonDisabled: BooleanConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "exchange" | "update:code")[], "change" | "exchange" | "update:code", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; coupons: { type: import("vue").PropType; default: () => never[]; }; currency: { type: import("vue").PropType; default: string; }; showCount: { type: BooleanConstructor; default: true; }; emptyImage: StringConstructor; chosenCoupon: { type: NumberConstructor; default: number; }; enabledTitle: StringConstructor; disabledTitle: StringConstructor; disabledCoupons: { type: import("vue").PropType; default: () => never[]; }; showExchangeBar: { type: BooleanConstructor; default: true; }; showCloseButton: { type: BooleanConstructor; default: true; }; closeButtonText: StringConstructor; inputPlaceholder: StringConstructor; exchangeMinLength: { type: NumberConstructor; default: number; }; exchangeButtonText: StringConstructor; displayedCouponIndex: { type: NumberConstructor; default: number; }; exchangeButtonLoading: BooleanConstructor; exchangeButtonDisabled: BooleanConstructor; }>> & { onChange?: ((...args: any[]) => any) | undefined; onExchange?: ((...args: any[]) => any) | undefined; "onUpdate:code"?: ((...args: any[]) => any) | undefined; }, { code: string; currency: string; coupons: CouponInfo[]; chosenCoupon: number; showCount: boolean; disabledCoupons: CouponInfo[]; showExchangeBar: boolean; showCloseButton: boolean; exchangeMinLength: number; displayedCouponIndex: number; exchangeButtonLoading: boolean; exchangeButtonDisabled: boolean; }>; export default _default;