///
export declare const HeaderAppBar: import("@emotion/styled").StyledComponent<{
classes?: Partial | undefined;
color?: import("@mui/types").OverridableStringUnion<"transparent" | import("@mui/material").PropTypes.Color, import("@mui/material").AppBarPropsColorOverrides> | undefined;
enableColorOnDark?: boolean | undefined;
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & Omit<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
elevation?: number | undefined;
square?: boolean | undefined;
sx?: import("@mui/material").SxProps | undefined;
variant?: import("@mui/types").OverridableStringUnion<"outlined" | "elevation", import("@mui/material").PaperPropsVariantOverrides> | undefined;
}, "classes" | "color" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLElement>, "ref"> & {
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "sx" | "position" | "variant" | "square" | "elevation" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const Container: import("@emotion/styled").StyledComponent & {
children?: import("react").ReactNode;
component?: import("react").ElementType | undefined;
ref?: import("react").Ref | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & Omit, HTMLDivElement>, "ref"> & {
ref?: import("react").RefObject | ((instance: HTMLDivElement | null) => void) | null | undefined;
}, "children" | "sx" | "ref" | ("p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "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" | "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") | "component"> & import("@mui/system").MUIStyledCommonProps & {
sticky?: boolean | undefined;
}, {}, {}>;
export declare const WalletButton: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "error" | "warning" | "info" | "success", import("@mui/material").ButtonPropsColorOverrides> | undefined;
disabled?: boolean | undefined;
disableElevation?: boolean | undefined;
disableFocusRipple?: boolean | undefined;
endIcon?: import("react").ReactNode;
fullWidth?: boolean | undefined;
href?: string | undefined;
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
startIcon?: import("react").ReactNode;
sx?: import("@mui/material").SxProps | undefined;
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | 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" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "TouchRippleProps" | "touchRippleRef" | "href" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "size" | "startIcon" | "variant"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;