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