import type { GenericRendererProps } from './types'; declare function getActionLabel(action: string | null, kind: string | null): string; declare function getKindLabel(kind: string | null): string; export declare function ForgeRenderer({ contentJson, toolDurationMs, isExpanded, onToggle, compact, }: GenericRendererProps): import("react/jsx-runtime").JSX.Element; export declare const forgeRendererHelpers: { getActionLabel: typeof getActionLabel; getKindLabel: typeof getKindLabel; }; export {}; //# sourceMappingURL=ForgeRenderer.d.ts.map