export declare const classes: { tabs: string; tabMenu: string; tabMenuItemsWrapper: string; tabMenuItems: string; menuItem: string; scrollButton: string; tabContentContainer: string; tabContentItem: string; }; export type TransitionType = 'none' | 'slide' | 'cross-fade'; export type TransitionDirection = 'up' | 'down'; export declare const OVERFLOW_BEHAVIOR: { readonly SCROLL: "nowrap"; readonly WRAP: "wrap"; }; export declare const DesignStates: { readonly root: { readonly hover: { readonly displayName: "Hover"; readonly className: "tabs--hover"; }; readonly disabled: { readonly displayName: "Disabled"; readonly className: "tabs--disabled"; }; }; };