import { TLayer } from '../../../types/TLayer'; import { TTheme } from '../../../types/TTheme'; import { TBorderRadiusSizes } from '../../../types/TBorderRadiusSizes'; import { TSpacings } from '../../../types/TSpacings'; export interface IFancyTabSwitchStyle { $transparent?: boolean; $wide?: boolean; $outlinedBackgroundStrength?: number; $tabSpacing?: TSpacings; $direction?: 'horizontal' | 'vertical'; $rounded?: TBorderRadiusSizes; $outlined?: boolean; theme: TTheme; $layer?: TLayer; } export declare const ULButtonSwitchList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLUListElement>, IFancyTabSwitchStyle & { theme: TTheme; }>> & string; export declare const ItemWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLLIElement>, never>> & string;