import { type FC, type PropsWithChildren } from 'react'; export declare function useInSolanaContext(): boolean; export declare const SVMProvider: FC;