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