declare const MuiFormIconButton: {
    root: {
        color: string;
        "&:hover": {
            color: string;
            backgroundColor: string;
            "& .icon path": {
                fill: string;
            };
        };
    };
};
export default MuiFormIconButton;
