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