import type { StrictTheme } from '../../theme'; import type { TabsProps, TabsStyles } from './types'; export declare const getThemedStyles: (theme: StrictTheme, indicatorPosition?: TabsProps['indicatorPosition']) => TabsStyles;