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