import { default as React } from 'react'; import { IBridgeConfig } from './index'; interface ExportsContextProps { config: IBridgeConfig; isGlobalFeeLoading: boolean; isRefreshing: boolean; } export declare function ExportsProvider(props: React.PropsWithChildren): import("react/jsx-runtime").JSX.Element; export declare function useBridge(): ExportsContextProps; export {};