//#region src/main/djinni-types/sdcCoreInternalSdkCommonGraphics.d.ts interface Color { r: number; g: number; b: number; a: number; } interface SdcCoreInternalSdkCommonGraphics_statics {} //#endregion export { SdcCoreInternalSdkCommonGraphics_statics as n, Color as t };