/// export declare const StyledButton: import("@emotion/styled").StyledComponent, "color" | "variant"> & { variant?: "link" | "text" | "contained" | "light" | undefined; loading?: boolean | undefined; loadingIndicator?: import("react").ReactNode; loadingPosition?: "center" | "end" | "start" | undefined; color?: "primary" | "error" | "success" | "warning" | undefined; component?: import("react").ElementType | undefined; selected?: boolean | undefined; } & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, ""> & import("react").RefAttributes & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; export declare const Container: import("@emotion/styled").StyledComponent & import("react").RefAttributes & { theme?: import("@emotion/react").Theme | undefined; } & import("../../Grid/styles").StyledGridProps, {}, {}>; export declare const StyledTypography: import("@emotion/styled").StyledComponent & { align?: "center" | "inherit" | "left" | "right" | "justify" | undefined; children?: import("react").ReactNode; classes?: Partial | undefined; gutterBottom?: boolean | undefined; noWrap?: boolean | undefined; paragraph?: boolean | undefined; sx?: import("@mui/material").SxProps | undefined; variant?: import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides> | undefined; variantMapping?: Partial, string>> | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLSpanElement>, "ref"> & { ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined; }, "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "align" | "variant" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & { theme?: import("@emotion/react").Theme | undefined; } & { $isDisabled?: boolean | undefined; }, {}, {}>;