declare const MuiInputBase: {
    root: {
        fontFamily: string;
        "& input": {
            padding: number;
            "&::-webkit-outer-spin-button, &::-webkit-inner-spin-button": {
                "-webkit-appearance": string;
                margin: number;
            };
            "&[type=number]": {
                "-moz-appearance": string;
            };
        };
    };
};
export default MuiInputBase;
