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<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, IFancyTabSwitchStyle & {
    theme: TTheme;
}>> & string;
export declare const ItemWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {
    $externalStyle?: CSSProp;
}>> & string;
