export { type ProductOption, type ProductSwitcherProps, type ProductId, type ProductData, } from './types'; export * from './ProductSwitcher'; export { useProductSwitcher } from './hooks/useProductSwitcher'; export { ProductSwitcherProducts } from './constants';