/// export declare const StyledBannerWrapper: import("@emotion/styled").StyledComponent & { children?: import("react").ReactNode; component?: import("react").ElementType | undefined; ref?: import("react").Ref | undefined; sx?: import("@mui/material/styles").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 StyledWavingHandIcon: 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/styles").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 StyledWelcomeMessage: import("@emotion/styled").StyledComponent & { align?: "center" | "left" | "right" | "inherit" | "justify" | undefined; children?: import("react").ReactNode; classes?: Partial | undefined; gutterBottom?: boolean | undefined; noWrap?: boolean | undefined; paragraph?: boolean | undefined; sx?: import("@mui/material/styles").SxProps | undefined; variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined; variantMapping?: Partial> | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLSpanElement>, "ref"> & { ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("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") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const StyledOrganizationChip: import("@emotion/styled").StyledComponent<{ avatar?: import("react").ReactElement> | undefined; children?: null | undefined; classes?: Partial | undefined; clickable?: boolean | undefined; color?: "primary" | "secondary" | "success" | "error" | "info" | "warning" | "default" | undefined; deleteIcon?: import("react").ReactElement> | undefined; disabled?: boolean | undefined; icon?: import("react").ReactElement> | undefined; label?: import("react").ReactNode; onDelete?: ((event: any) => void) | undefined; size?: "small" | "medium" | undefined; sx?: import("@mui/material/styles").SxProps | undefined; variant?: "outlined" | "filled" | 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 | "label" | "color" | "children" | "sx" | "variant" | "disabled" | "size" | "icon" | "avatar" | "clickable" | "deleteIcon" | "onDelete"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;