import { IconProps, IconSize, IconSizeConfig, IconSizeType, LucideIconProps } from "./type.mjs";
import { IconContentConfig, IconContext, IconProvider, useIconContext } from "./components/IconProvider.mjs";
import Icon from "./Icon.mjs";
export { IconContentConfig, IconContext, type IconProps, IconProvider, type IconSize, type IconSizeConfig, type IconSizeType, type LucideIconProps, Icon as default, useIconContext };