declare var __VLS_1: {}, __VLS_11: {}, __VLS_13: {}, __VLS_23: {}, __VLS_25: { status: any; }, __VLS_27: {}; type __VLS_Slots = {} & { title?: (props: typeof __VLS_1) => any; } & { description?: (props: typeof __VLS_11) => any; } & { action?: (props: typeof __VLS_13) => any; } & { badge?: (props: typeof __VLS_23) => any; } & { seal?: (props: typeof __VLS_25) => any; } & { rules?: (props: typeof __VLS_27) => any; }; declare const __VLS_component: import("vue").DefineComponent; default: string; }; actionText: { type: StringConstructor; default: string; }; badge: { type: StringConstructor; default: string; }; badgeType: { type: import("vue").PropType<"danger" | "warning" | "primary" | "success">; default: string; }; percent: { type: NumberConstructor; default: undefined; }; percentText: { type: StringConstructor; default: string; }; rules: { type: StringConstructor; default: string; }; ruleTitle: { type: StringConstructor; default: string; }; selectable: { type: BooleanConstructor; default: boolean; }; selected: { type: BooleanConstructor; default: boolean; }; variant: { type: import("vue").PropType<"circle" | "indent" | "scallop">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; themeOverrides: { type: import("vue").PropType>; default: () => {}; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { symbol: string; disabled: boolean; variant: "circle" | "indent" | "scallop"; themeOverrides: Record; description: string; status: import("./coupon-card").CouponStatus; selected: boolean; title: string; percent: number; badge: string; selectable: boolean; amount: string | number; threshold: string | number; validPeriod: string; actionText: string; badgeType: "warning" | "success" | "primary" | "danger"; percentText: string; rules: string; ruleTitle: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };