type GenAIChatContextIndicatorOwnProps = { onUpdate?: () => void; }; /** * Shows what ambient context the assistant is answering about — the open dashboard and its live * filters (e.g. "Answering about: Revenue Dashboard · Region: Europe · Q1 2026"). Renders nothing * when no ambient dashboard context is present. Re-renders whenever the host re-syncs the context, * so filter changes on the dashboard are reflected immediately. * * @internal */ export declare function GenAIChatContextIndicator({ onUpdate }: GenAIChatContextIndicatorOwnProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=GenAIChatContextIndicator.d.ts.map