import type { ProductCardProps } from './types.js'; declare const CpnProductCard: (props: ProductCardProps) => import("react/jsx-runtime").JSX.Element; export default CpnProductCard;