import { MiniKitContextType, MiniKitProviderProps } from './types'; export declare const MiniKitContext: import('react').Context; export declare function MiniKitProvider({ children, notificationProxyUrl, enabled, autoConnect, }: MiniKitProviderProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined; //# sourceMappingURL=MiniKitProvider.d.ts.map