import { Icon } from './Icon';
export type { IconProps } from './Icon';
export type { ICON_TYPES } from './const';
export default Icon;
