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