import { Group as RaGroup } from 'react-aria-components'; import { SlotComponent } from '../../type-utils'; import { GroupRootSlotProps } from './group.types'; /** * Slot component that provides the styling context for the Group component. * Uses Chakra UI's recipe context system for consistent styling across instances. */ export declare const GroupSlot: SlotComponent;