import type { GenericRendererProps } from './types'; export declare function SimulatorRenderer({ contentJson, toolDurationMs, isExpanded, onToggle, compact, }: GenericRendererProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SimulatorRenderer.d.ts.map