type Props = { prompt: string; onPromptClick?: () => void; starterPromptFontSize?: number; }; export declare const StarterPromptBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=StarterPromptBubble.d.ts.map