///
import { Theme } from '@mui/material';
export declare const StyledButtonGroup: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
color?: "inherit" | "success" | "primary" | "secondary" | "error" | "info" | "warning" | undefined;
disabled?: boolean | undefined;
disableElevation?: boolean | undefined;
disableFocusRipple?: boolean | undefined;
disableRipple?: boolean | undefined;
fullWidth?: boolean | undefined;
orientation?: "horizontal" | "vertical" | undefined;
size?: "small" | "medium" | "large" | undefined;
variant?: "text" | "outlined" | "contained" | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "variant" | "color" | "size" | "disabled" | "disableRipple" | "orientation" | "disableElevation" | "disableFocusRipple" | "fullWidth"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;