declare namespace _default { export { LiveInventoryVariant }; export { LiveInventoryVariantWithQuantity }; export { CountryPriceVariant }; export { CountryPriceSelectedVariant }; export { Metafield }; export { MinMaxVariantPrice }; export { Price }; export { SellingPlan }; export { SellingPlanAllocation }; export { SellingPlanGroup }; } export default _default; declare const LiveInventoryVariant: string; declare const LiveInventoryVariantWithQuantity: string; declare const CountryPriceVariant: string; declare const CountryPriceSelectedVariant: string; declare const Metafield: string; declare const MinMaxVariantPrice: string; declare const Price: string; declare const SellingPlan: string; declare const SellingPlanAllocation: string; declare const SellingPlanGroup: string; //# sourceMappingURL=fragments.d.ts.map