declare const icons: { type: string; tooltip: string; icon: string; }[]; export default icons; export type Icon = typeof icons[number];