import type { MessagePart } from '../../types/api'; interface ActionToolBoxProps { part: MessagePart; showLine: boolean; compact?: boolean; sessionId?: string; } export declare function ActionToolBox({ part, showLine, compact, sessionId, }: ActionToolBoxProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ActionToolBox.d.ts.map