Variable CSSMathClamp

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

    Type declaration