import React from 'react'; import { TabItemType } from './components/TabItem'; declare type RebrandTabsProps = { items: TabItemType[]; value?: string; defaultValue: string; onChange: (value: string) => void; counterType?: 'light' | 'dark'; type?: 'flexible' | 'fixed' | 'vertical'; shrink?: boolean; }; export declare const RebrandTabs: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=index.d.ts.map