export declare function ProductCard({ product, imageAspectRatio }: {
    product: any;
    imageAspectRatio?: string;
}): import("react/jsx-runtime").JSX.Element;
