import { AppchainBridgeContextType, AppchainBridgeProviderProps } from '../types'; export declare const AppchainBridgeProvider: ({ children, chain, appchain, bridgeableTokens, handleFetchPrice, }: AppchainBridgeProviderProps) => import("react/jsx-runtime").JSX.Element | null; export declare const useAppchainBridgeContext: () => AppchainBridgeContextType; //# sourceMappingURL=AppchainBridgeProvider.d.ts.map