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