/// <reference types="react" />
import { TabListElementProps } from './TabListElement';
export declare const buttonWidth = 35;
export declare const TabListStyle: import("styled-components").StyledComponent<import("react").FC<TabListElementProps>, any, {}, never>;
export declare const ListInner: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const ListScroll: import("styled-components").StyledComponent<"ul", any, {}, never>;
export declare const ActionButtonStyle: import("styled-components").StyledComponent<"div", any, {}, never>;
