import Icon from './Icon'; import type { IconType } from './types'; export { Icon }; export type { IconType };