import { type TestCaseStarted } from '@cucumber/messages'; import { type FC } from 'react'; interface Props { testCaseStarted: TestCaseStarted; } export declare const TestCaseOutcome: FC; export {}; //# sourceMappingURL=TestCaseOutcome.d.ts.map