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