import IconList from './IconList'; declare const isHeroIcon: (x: any) => x is (typeof IconList)[number]; export { isHeroIcon };