import { ImagineUIMessage } from '@imagine/ai-service/shared-types'; type TextPart = Extract; export declare function RenderTextPart({ part }: { part: TextPart; }): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=render-text-part.d.ts.map