///
export declare const StyledTab: import("@emotion/styled").StyledComponent<{
children?: null | undefined;
classes?: Partial | undefined;
disabled?: boolean | undefined;
disableFocusRipple?: boolean | undefined;
icon?: string | import("react").ReactElement> | undefined;
iconPosition?: "end" | "start" | "bottom" | "top" | undefined;
label?: import("react").ReactNode;
sx?: import("@mui/material").SxProps | undefined;
value?: any;
wrapped?: boolean | undefined;
} & Omit<{
action?: import("react").Ref | undefined;
centerRipple?: boolean | undefined;
children?: import("react").ReactNode;
classes?: Partial | undefined;
disabled?: boolean | undefined;
disableRipple?: boolean | undefined;
disableTouchRipple?: boolean | undefined;
focusRipple?: boolean | undefined;
focusVisibleClassName?: string | undefined;
LinkComponent?: import("react").ElementType | undefined;
onFocusVisible?: import("react").FocusEventHandler | undefined;
sx?: import("@mui/material").SxProps | undefined;
tabIndex?: number | undefined;
TouchRippleProps?: Partial | undefined;
touchRippleRef?: import("react").Ref | undefined;
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "label" | "tabIndex" | "disabled" | "value" | "action" | "icon" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "wrapped" | "iconPosition"> & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;