import { SwapContextType, SwapProviderProps } from '../types'; export declare const SwapContext: import('react').Context; export declare function useSwapContext(): SwapContextType; export declare function SwapProvider({ children, config, experimental, isSponsored, onError, onStatus, onSuccess, }: SwapProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SwapProvider.d.ts.map