import type React from 'react'; export type ExtensionPointsType = 'cart.side-bar.after' | 'cart.product-list.after'; export type ExtensionPoints = Partial>;