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