export { default } from "./icon.component"; export type { IconProps } from "./icon.component"; export { ICON_COLOR_TYPES } from "./icon.style"; export type { IconColor } from "./icon.style"; export type { IconType } from "./icon-type";