/// export declare const AppSwitcherShadow: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const AppSwitcherPanel: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const AppSwitcherHeaderPanel: import("@emotion/styled").StyledComponent & { children?: import("react").ReactNode; component?: import("react").ElementType | undefined; ref?: import("react").Ref | undefined; sx?: import("@mui/material").SxProps | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const AppSwitcherFooterPanel: import("@emotion/styled").StyledComponent & { children?: import("react").ReactNode; component?: import("react").ElementType | undefined; ref?: import("react").Ref | undefined; sx?: import("@mui/material").SxProps | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const AppSwitcherCloseButton: import("@emotion/styled").StyledComponent<{ children?: import("react").ReactNode; classes?: Partial | undefined; color?: "inherit" | "action" | "disabled" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | undefined; fontSize?: "small" | "inherit" | "large" | "medium" | undefined; htmlColor?: string | undefined; inheritViewBox?: boolean | undefined; shapeRendering?: string | undefined; sx?: import("@mui/material").SxProps | undefined; titleAccess?: string | undefined; viewBox?: string | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "sx" | "fontSize" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const StyledHomeButton: import("@emotion/styled").StyledComponent<{ children?: import("react").ReactNode; classes?: Partial | undefined; color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | undefined; disabled?: boolean | undefined; disableElevation?: boolean | undefined; disableFocusRipple?: boolean | undefined; endIcon?: import("react").ReactNode; fullWidth?: boolean | undefined; href?: string | undefined; size?: "small" | "large" | "medium" | undefined; startIcon?: import("react").ReactNode; sx?: import("@mui/material").SxProps | undefined; variant?: "text" | "outlined" | "contained" | 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; }, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;