export * from './components'; export { PricingTable } from './components/pricing-table/pricing-table'; export { OneProduct } from './components/pricing-table/one-product/one-product'; export { HighlightedProduct } from './components/pricing-table/highlighted-product/highlighted-product';