import React, { ReactNode } from 'react'; import { ShopifyConfig, SiteConfig, ShopifyContextValue } from '../types/config'; interface ShopifyProviderProps { children: ReactNode; shopifyConfig: ShopifyConfig; siteConfig: SiteConfig; } export declare const ShopifyProvider: React.FC; export declare const useShopifyContext: () => ShopifyContextValue; export {}; //# sourceMappingURL=ShopifyProvider.d.ts.map