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