import type { Attachment } from '@cucumber/messages'; import type { FC } from 'react'; import type { AttachmentClasses } from '../../customise/index.js'; export declare const Log: FC<{ attachment: Attachment; classes: AttachmentClasses; }>; //# sourceMappingURL=Log.d.ts.map