import { TabsProps } from './types'; export declare function Tabs({ items, activeKey, onChange, defaultActiveKey, backgroundColors, renderTabItem, sx, styles, itemLabelColors, itemBackgroundColors, scrollable, variant, labelProps, size, ...sxProps }: TabsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Tabs.d.ts.map