/// <reference types="react" />
import { ProductContextProps, ProductCardProps } from '../interfaces/interfaces';
export declare const useProductContext: () => ProductContextProps;
export declare const ProductCard: ({ product, children, className, style, onChange, value, initialValues }: ProductCardProps) => JSX.Element;
