import { type IGenAIAssistantAgentItemProps } from "./types.js"; /** * Default implementation of the AgentItem slot. * * @alpha */ export declare function DefaultAgentItem(props: IGenAIAssistantAgentItemProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AgentItem.d.ts.map