import { ChatToolTraceProps } from '../types'; export declare function ChatToolTraceDetails({ tool, labels, }: Pick): import("react/jsx-runtime").JSX.Element; export declare function ChatToolTrace({ tool, expanded, onExpandedChange, labels, sx, }: ChatToolTraceProps): import("react/jsx-runtime").JSX.Element;