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