import { FC } from "react";
import { ToolCallContentPartProps } from "../types";
export declare const useInlineRender: <TArgs, TResult>(toolUI: FC<ToolCallContentPartProps<TArgs, TResult>>) => FC<ToolCallContentPartProps<TArgs, TResult>>;
//# sourceMappingURL=useInlineRender.d.ts.map