export declare const TabRoot: import("@emotion/styled").StyledComponent & React.RefAttributes & import("@mui/system").MUIStyledCommonProps & { component?: React.ElementType; } & import("./Tab.types").TabOwnProps & { sx?: import("../../styles").SxProps; } & import("./Tab.types").TabSlotsAndSlotProps & Omit, HTMLButtonElement>, "ref"> & { ref?: React.Ref; }, "sx" | "component" | keyof import("./Tab.types").TabOwnProps | keyof import("./Tab.types").TabSlotsAndSlotProps> & { hasBoth: boolean; }, {}, {}>;