import { type IGenAIContextObject } from "../types.js"; type GenAiChatContextChooserOwnProps = { onAddContext?: (context: IGenAIContextObject) => void; }; export declare function GenAiChatContextChooser({ onAddContext }: GenAiChatContextChooserOwnProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=GenAiChatContextChooser.d.ts.map