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