import React from 'react'; import { ChainId } from '../utils/constants'; import { SwapState, SwapType } from '../types'; export declare const getTokenSelectStorageKey: (type: SwapType, chainId: ChainId) => string; export declare const SwapStateProvider: ({ children }: React.PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export declare const useSwapState: () => [SwapState, React.Dispatch>]; //# sourceMappingURL=SwapStateProvider.d.ts.map