import React from 'react';
import { EshopContextType, EshopProviderProps } from '../types';
declare const EshopContext: React.Context<EshopContextType | undefined>;
export declare const EshopProvider: ({ children, config }: EshopProviderProps) => import("react/jsx-runtime").JSX.Element;
export { EshopContext };
//# sourceMappingURL=EshopContext.d.ts.map