declare type Icon = {title: string; slug: string; hex: string}; declare const icons: Icon[]; export default icons; export = icons;