import type { IProductCard } from './ProductCard.container';
export declare const ProductCardComponent: (props: IProductCard) => import("react/jsx-runtime").JSX.Element;
