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