import type { SafeConfig } from './types/index.js';
export type SafeProviderProps = {
    config: SafeConfig;
};
export declare function SafeProvider(params: React.PropsWithChildren<SafeProviderProps>): import("react").FunctionComponentElement<import("react").ProviderProps<import("./SafeContext.js").SafeContextType>>;
