import { SlotComponent } from '../../type-utils'; import { TabsRootSlotProps, TabsListSlotProps, TabsTabSlotProps, TabsPanelsSlotProps, TabsPanelSlotProps } from './tabs.types'; /** * Root component that provides the styling context for the Tabs component. * Uses Chakra UI's recipe context system for consistent styling across instances. */ export declare const TabsRootSlot: SlotComponent; export declare const TabsListSlot: SlotComponent; export declare const TabsTabSlot: SlotComponent; export declare const TabsPanelsSlot: SlotComponent; export declare const TabsPanelSlot: SlotComponent;