declare const MuiInputLabel: {
    root: {
        "&.MuiInputLabel-formControl": {
            position: string;
            fontFamily: string;
            fontSize: 21;
            fontWeight: 500;
            color: string;
            marginBottom: number;
        };
    };
    animated: {
        transform: string;
    };
    formControl: {
        transform: string;
    };
    shrink: {
        transform: string;
    };
};
export default MuiInputLabel;
