Variable ColorAttributesConst

ColorAttributes: TObject<{
    _attributes: TOptional<TObject<{
        argb: TOptional<TString>;
    }>>;
}> = ...