import * as React from 'react'; import { TSlashCommandCustomRender } from '../types'; export declare const SlashCustomRender: (props: { userMessage: string; requestId: string; relationId: string; renderContent: TSlashCommandCustomRender; startTime: number; agentId?: string; command?: string; }) => React.JSX.Element; //# sourceMappingURL=SlashCustomRender.d.ts.map