import { type Hook, type TestRunHookFinished } from '@cucumber/messages'; import type { FC } from 'react'; interface Props { hook: Hook; testRunHookFinished: TestRunHookFinished; } export declare const TestRunHookOutcome: FC; export {}; //# sourceMappingURL=TestRunHookOutcome.d.ts.map