import React from 'react'; export declare const CartContext: React.Context; export declare const CartProvider: ({ children, props, onCard, onAction, onChange, onAddProduct, onActiveKey, }: any) => React.JSX.Element;