import React from 'react'; import { IChatToolContent } from '@opensumi/ide-core-common'; export declare const ChatToolRender: (props: { value: IChatToolContent["content"]; messageId?: string; }) => React.JSX.Element | null; //# sourceMappingURL=ChatToolRender.d.ts.map