import { CSSProp } from 'styled-components'; import { TTheme } from '../../../types/TTheme'; import { TSpacings } from '../../../types/TSpacings'; export interface IFancyTabSwitchStyle { $wide?: boolean; $tabSpacing?: TSpacings; $direction?: 'horizontal' | 'vertical'; $disabled?: boolean; } 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/dist/types').Substitute, HTMLLIElement>, { $externalStyle?: CSSProp; }>> & string;