/// 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?: "top" | "bottom" | "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?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | "label" | "children" | "sx" | "tabIndex" | "action" | "disabled" | "value" | "icon" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "iconPosition" | "wrapped"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;