import React from 'react'; interface EpicTagProps { color: string; name: string; } declare const EpicTag: React.FC; export default EpicTag;