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"; }; }; readonly menuItem: { readonly hover: { readonly displayName: "Hover"; readonly className: "tabs__item--hover"; }; }; }; export declare const ROOT_MENU_ITEM_CUSTOM_PROPERTIES: readonly ["menu-item-background", "menu-item-box-shadow", "menu-item-color", "menu-item-text-decoration-line", "menu-item-letter-spacing", "menu-item-text-shadow", "menu-item-text-align", "menu-item-flex", "menu-item-border-width-top", "menu-item-border-width-bottom", "menu-item-border-width-inline-start", "menu-item-border-width-inline-end", "menu-item-border-style-top", "menu-item-border-style-bottom", "menu-item-border-style-inline-start", "menu-item-border-style-inline-end", "menu-item-border-color-top", "menu-item-border-color-bottom", "menu-item-border-color-inline-start", "menu-item-border-color-inline-end", "menu-item-border-radius-start-start", "menu-item-border-radius-start-end", "menu-item-border-radius-end-start", "menu-item-border-radius-end-end", "menu-item-padding-top", "menu-item-padding-bottom", "menu-item-padding-inline-start", "menu-item-padding-inline-end"]; export declare const ROOT_MENU_ITEM_CSS_PROPERTIES: readonly ["font"];