import { ProductListItemsBase, ProductItemsGridProps } from '@graphcommerce/magento-product' import renderers from './renderers' export type ProductListItemsProps = Omit export default function ProductListItems(props: ProductListItemsProps) { return }