///
import type { StyledComponent } from '@emotion/styled';
import type { TabsProps } from '@mui/material';
export declare const NavbarTabs: StyledComponent;
export declare const NavbarTab: StyledComponent<{
children?: null | undefined;
classes?: Partial | undefined;
disabled?: boolean | undefined;
disableFocusRipple?: boolean | undefined;
icon?: string | import("react").ReactElement> | undefined;
iconPosition?: "bottom" | "top" | "end" | "start" | 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?: import("react").RefObject | ((instance: HTMLDivElement | null) => void) | null | undefined;
}, keyof import("@mui/material/OverridableComponent").CommonProps | "label" | "tabIndex" | "children" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "value" | "icon" | "iconPosition" | "wrapped"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;