///
export declare const Container: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const Divider: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTabs: import("@emotion/styled").StyledComponent<{
action?: import("react").Ref | undefined;
allowScrollButtonsMobile?: boolean | undefined;
'aria-label'?: string | undefined;
'aria-labelledby'?: string | undefined;
centered?: boolean | undefined;
children?: import("react").ReactNode;
classes?: Partial | undefined;
slots?: {
StartScrollButtonIcon?: import("react").ElementType | undefined;
EndScrollButtonIcon?: import("react").ElementType | undefined;
} | undefined;
slotProps?: {
startScrollButtonIcon?: import("@mui/base").SlotComponentProps> & {
muiName: string;
}, import("@mui/material").TabsStartScrollButtonIconSlotPropsOverrides, import("@mui/material").TabsOwnerState> | undefined;
endScrollButtonIcon?: import("@mui/base").SlotComponentProps> & {
muiName: string;
}, import("@mui/material").TabsEndScrollButtonIconSlotPropsOverrides, import("@mui/material").TabsOwnerState> | undefined;
} | undefined;
indicatorColor?: import("@mui/types").OverridableStringUnion<"primary" | "secondary", import("@mui/material").TabsPropsIndicatorColorOverrides> | undefined;
onChange?: ((event: import("react").SyntheticEvent, value: any) => void) | undefined;
orientation?: "horizontal" | "vertical" | undefined;
ScrollButtonComponent?: import("react").ElementType | undefined;
scrollButtons?: boolean | "auto" | undefined;
selectionFollowsFocus?: boolean | undefined;
TabIndicatorProps?: (import("react").HTMLAttributes & {
sx?: import("@mui/material").SxProps | undefined;
}) | undefined;
TabScrollButtonProps?: Partial | undefined;
textColor?: "inherit" | "primary" | "secondary" | undefined;
value?: any;
variant?: "standard" | "fullWidth" | "scrollable" | undefined;
visibleScrollbar?: boolean | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & 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;
} & 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, HTMLButtonElement>, "ref"> & {
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined;
}, "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef">, "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "orientation" | "aria-label" | "aria-labelledby" | "onChange" | "value" | "action" | "variant" | "slotProps" | "slots" | "centered" | "scrollButtons" | "allowScrollButtonsMobile" | "indicatorColor" | "ScrollButtonComponent" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;