import { ReactElement } from 'react'; import { Tab, TabProps } from './Tab'; type TabsProps = { activeTabColor?: string; activeTabSeparator?: string; tabLineColor?: string; inactiveTabColor?: string; tabContentColor?: string; separatorColor?: string; tabHoverColor?: string; children: ReactElement[]; className?: string; }; export declare const TabsContext: import("react").Context; declare function Tabs({ activeTabColor, activeTabSeparator, tabLineColor, inactiveTabColor, tabContentColor, separatorColor, tabHoverColor, children, className, ...rest }: TabsProps): import("react/jsx-runtime").JSX.Element; declare namespace Tabs { var Tab: typeof import("./Tab").Tab; } export { Tab, Tabs }; //# sourceMappingURL=Tabsv2.component.d.ts.map