/// <reference types="react" />
import { ProductHOCProps } from '../interfaces/Product';
export declare const ProductImage: ({ image, className, style }: import("./Image").ImageProps) => JSX.Element;
export declare const ProductTitle: ({ title, className, style }: import("./Title").TitleProps) => JSX.Element;
export declare const ProductButtons: ({ className, style }: import("./Buttons").ButtonsProps) => JSX.Element;
export declare const ProductCard: ProductHOCProps;
