/// <reference types="react" />
import { Charisma } from "@charisma-ai/sdk";
export declare type CharismaContextType = Charisma | null | undefined;
export declare const CharismaContext: import("react").Context<CharismaContextType>;
