export declare const NO_PROVIDER = "MAGICBELL_NO_PROVIDER";
declare const CurrentProviderContext: import("react").Context<string>;
export default CurrentProviderContext;
