import React from 'react';
import { ProductCardContextProps, ProductCardsProps } from '../interfaces/interfaces';
export declare const ProductContext: React.Context<ProductCardContextProps>;
export declare const ProductCard: ({ children, product, className, style, onChange, value, initialValues }: ProductCardsProps) => JSX.Element;
