import { TabsProps } from '../../types'; /** * Tabs — navigation component with size and pill variants. * * Renders a tablist with selectable tabs, optional icons, optional add button, * and accessible keyboard navigation (ArrowLeft/Right, Home, End). * * @example * ```tsx * addNewTab() }} * /> * ``` */ export declare const Tabs: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=Tabs.d.ts.map