import { SlotComponent } from '../../type-utils'; import { IconRootSlotProps } from './icon.types'; /** * Root component that provides the styling context for the Icon component. * Uses Chakra UI's recipe context system for consistent styling across instances. */ export declare const IconRootSlot: SlotComponent;