import type { OpcodeStep } from "../../types.js"; export declare function OpcodeRow({ step, index, isExpanded, rowClassName, onClick, }: { step: OpcodeStep; index: number; isExpanded: boolean; rowClassName?: string; onClick: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=OpcodeRow.d.ts.map