interface ICategory { icon: React.JSX.Element | any; link: string; name: string; } export default ICategory;