export declare const ACTION_CHAT_UI_DATA_TABLE_RENDERER = "core.data-table"; export declare const ACTION_CHAT_UI_DATA_CHART_RENDERER = "core.data-chart"; export declare const ACTION_CHAT_UI_DATA_INSIGHTS_RENDERER = "core.data-insights"; export declare const ACTION_CHAT_UI_DATA_WIDGET_RENDERER = "core.data-widget"; export declare const ACTION_CHAT_UI_INLINE_EXTENSION_RENDERER = "core.inline-extension"; export interface ActionChatUIConfig { /** * Exact renderer id to use in Agent-Native chat. This is native first-party * React UI, distinct from MCP Apps resources for external hosts. */ renderer: string; /** Optional label for catalogs, docs, or custom renderer chrome. */ title?: string; /** Optional developer-facing description for catalogs/docs. */ description?: string; } export declare function normalizeActionChatUIConfig(value: unknown): ActionChatUIConfig | undefined; //# sourceMappingURL=action-ui.d.ts.map