import * as t from "io-ts"; //#region generated/ChipTLC5958ExtendProperty.d.ts declare const ChipTLC5958ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ GlobalBrightness: t.Type; RedGain: t.Type; GreenGain: t.Type; BlueGain: t.Type; SetTD0: t.Type; CheckVoltageSetting: t.Type; }>, t.PartialC<{ RedLowAshEnhancedControl: t.Type; GreenLowAshEnhancedControl: t.Type; BlueLowAshEnhancedControl: t.Type; TimingControl: t.Type; ImproveTheLowAsh: t.Type; PWMModelSelecte: t.Type; RedInhibitoryControlEMI: t.Type; GreenInhibitoryControlEMI: t.Type; BlueInhibitoryControlEMI: t.Type; ChargingMode: t.Type; EdgeSetGCLK: t.Type; PowerSavingModeSettings: t.Type; }>]>; /** * Codec for {@link ChipTLC5958ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:60906 */ declare const ChipTLC5958ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ GlobalBrightness: t.Type; RedGain: t.Type; GreenGain: t.Type; BlueGain: t.Type; SetTD0: t.Type; CheckVoltageSetting: t.Type; }>, t.PartialC<{ RedLowAshEnhancedControl: t.Type; GreenLowAshEnhancedControl: t.Type; BlueLowAshEnhancedControl: t.Type; TimingControl: t.Type; ImproveTheLowAsh: t.Type; PWMModelSelecte: t.Type; RedInhibitoryControlEMI: t.Type; GreenInhibitoryControlEMI: t.Type; BlueInhibitoryControlEMI: t.Type; ChargingMode: t.Type; EdgeSetGCLK: t.Type; PowerSavingModeSettings: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipTLC5958ExtendProperty">; }>]>; interface ChipTLC5958ExtendProperty extends t.TypeOf {} //#endregion export { ChipTLC5958ExtendPropertyBase as n, ChipTLC5958ExtendProperty as t }; //# sourceMappingURL=ChipTLC5958ExtendProperty-D8OR4F3T.d.mts.map