/// import { ProductsCellProps } from './type'; declare function ProductsCell({ products, ...props }: ProductsCellProps): import("react").JSX.Element; export default ProductsCell;