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, IconProps, IconProvider, IconSize, IconSizeConfig, IconSizeType, LucideIconProps, Icon as default, useIconContext };