import React from 'react'; interface StyledTabProps { label: string; } export declare const NormaTabs: import("@emotion/styled").StyledComponent, HTMLDivElement>, "children" | "className" | "style" | "classes" | "action" | "sx" | "variant" | "value" | "aria-label" | "aria-labelledby" | "onChange" | "slots" | "slotProps" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const NormaTab: React.ComponentType; export {};