export default function ConversationStarters({ onSelect, }: { onSelect: (text: string) => void; }): import("react/jsx-runtime").JSX.Element;