declare const MuiMobileStepper: {
    root: {
        paddingLeft: number;
        paddingRight: number;
        "& .MuiLinearProgress-bar": {
            borderRadius: number;
        };
    };
    progress: {
        width: string;
        height: string;
        backgroundColor: string;
        borderRadius: number;
    };
    barColorPrimary: {
        backgroundColor: string;
    };
    dot: {
        backgroundColor: string;
        width: number;
        height: number;
    };
    dotActive: {
        backgroundColor: string;
    };
};
export default MuiMobileStepper;
