import { type TestStep, type TestStepFinished } from '@cucumber/messages'; import type { FC } from 'react'; interface Props { testStep: TestStep; testStepFinished: TestStepFinished; } export declare const TestStepOutcome: FC; export {}; //# sourceMappingURL=TestStepOutcome.d.ts.map