type Props = { thinking?: string; thinkingDuration?: number; isThinking?: boolean; backgroundColor?: string; textColor?: string; }; export declare const ThinkingCard: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=ThinkingBubble.d.ts.map