type Props = { prompt: string; onPromptClick?: () => void; starterPromptFontSize?: number; }; export const FollowUpPromptBubble = (props: Props) => ( <>