import React from "react";
import { PusherProviderProps } from "../core/types";
/** Wrapper around the core PusherProvider that passes in the Pusher react-native lib */
export declare const PusherProvider: React.FC<PusherProviderProps>;
