import { ProductCardProps } from "../../interfaces/ProductCard"; import React from "react"; export declare const ProductCard: React.FC;