import { ReactElement, PropsWithChildren } from 'react'; import { SharedPropsTabs, SharedPropsTab } from './types'; import { StyleFn } from '../types'; export declare const Root: (props: PropsWithChildren) => ReactElement; export declare const tabsStyles: (utils: any, { $variant, $position }: { $variant: any; $position: any; }) => any; export declare const tabStyle: StyleFn; export declare const StyledTabsPanel: import("../style/styled").StyledComponent;