///
export declare const StyledStepper: import("@emotion/styled").StyledComponent & {
activeStep?: number | undefined;
alternativeLabel?: boolean | undefined;
children?: import("react").ReactNode;
classes?: Partial | undefined;
connector?: import("react").ReactElement | null | undefined;
nonLinear?: boolean | undefined;
orientation?: import("@mui/material").Orientation | undefined;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "elevation" | "orientation" | "square" | "variant" | "alternativeLabel" | "activeStep" | "connector" | "nonLinear"> & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;