Variable CSSUnitValue

    CSSUnitValue: {
        prototype: CSSUnitValue;
        new (value: number, unit: string): CSSUnitValue;
    }