import { computed } from '@vue/reactivity'; declare const _sfc_main: import("vue").DefineComponent<{ header: { type: StringConstructor; default: string; }; mainInfo: { type: ObjectConstructor; default: () => { originalPrice: number; salePrice: number; text: string; }; }; subInfo: { type: ObjectConstructor; default: () => { originalPrice: number; salePrice: number; text: string; }; }; currency: { type: StringConstructor; default: string; }; isCurrencyPrefix: { type: BooleanConstructor; default: boolean; }; textBtn: { type: StringConstructor; default: string; }; width: { type: StringConstructor; default: string; }; selected: { type: BooleanConstructor; default: boolean; }; }, { props: any; emits: (event: "clicked", ...args: any[]) => void; formatPrice: (price: Number, separatorChar?: string) => string; clickButton: () => void; billingStyles: import("@vue/reactivity").ComputedRef<{ '--width': string; }>; readonly computed: typeof computed; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clicked"[], "clicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly { originalPrice: number; salePrice: number; text: string; }; }; subInfo: { type: ObjectConstructor; default: () => { originalPrice: number; salePrice: number; text: string; }; }; currency: { type: StringConstructor; default: string; }; isCurrencyPrefix: { type: BooleanConstructor; default: boolean; }; textBtn: { type: StringConstructor; default: string; }; width: { type: StringConstructor; default: string; }; selected: { type: BooleanConstructor; default: boolean; }; }>> & { onClicked?: ((...args: any[]) => any) | undefined; }, { header: string; currency: string; isCurrencyPrefix: boolean; textBtn: string; selected: boolean; width: string; mainInfo: Record; subInfo: Record; }>; export default _sfc_main;