import { PropsWithChildren } from "react";
export declare function useInSolanaContext(): boolean;
export declare function SolanaProvider({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
