import type { TestRunHookFinished, TestStepFinished } from '@cucumber/messages'; import type { FC } from 'react'; interface Props { testStepOrHookFinished: TestStepFinished | TestRunHookFinished; } export declare const TestStepAttachments: FC; export {}; //# sourceMappingURL=TestStepAttachments.d.ts.map