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