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