Variable CSSMathClamp

    CSSMathClamp: {
        prototype: CSSMathClamp;
        new (lower: CSSNumberish, value: CSSNumberish, upper: CSSNumberish): CSSMathClamp;
    }