/// import type { ButtonSize, ButtonVariant } from './type'; export declare const ButtonStyled: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, "disabled" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/system").MUIStyledCommonProps & { $variant?: ButtonVariant | undefined; $size?: ButtonSize | undefined; $fullWidth?: boolean | undefined; $isLoading?: boolean | undefined; $hasIcon?: boolean | undefined; }, {}, {}>;