import type { SbcProviderProps, SbcContextValue } from '../types';
export declare function SbcProvider({ config, children, onError }: SbcProviderProps): import("react/jsx-runtime").JSX.Element;
export declare function useSbcContext(): SbcContextValue;
//# sourceMappingURL=SbcProvider.d.ts.map