/** * StreamingText Component * Displays the in-progress response with a blinking cursor */ interface StreamingTextProps { text: string; isComplete?: boolean; rawMode?: boolean; showCharCount?: boolean; } export declare const StreamingText: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=StreamingText.d.ts.map