import * as t from "io-ts"; //#region generated/ChipIT1505ExtendProperty.d.ts declare const ChipIT1505ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RedRegValueConfigFirst: t.Type; GreenRegValueConfigFirst: t.Type; BlueRegValueConfigFirst: t.Type; VRedRegValueConfigFirst: t.Type; }>, t.PartialC<{ IsAdvancedMode: t.Type; CureentRedGain: t.Type; CureentGreenGain: t.Type; CureentBlueGain: t.Type; RedShortCirult: t.Type; GreenShortCirult: t.Type; BlueShortCirult: t.Type; PowerSavingMode: t.Type; PWMAlgorithm: t.Type; }>]>; /** * Codec for {@link ChipIT1505ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:65149 */ declare const ChipIT1505ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RedRegValueConfigFirst: t.Type; GreenRegValueConfigFirst: t.Type; BlueRegValueConfigFirst: t.Type; VRedRegValueConfigFirst: t.Type; }>, t.PartialC<{ IsAdvancedMode: t.Type; CureentRedGain: t.Type; CureentGreenGain: t.Type; CureentBlueGain: t.Type; RedShortCirult: t.Type; GreenShortCirult: t.Type; BlueShortCirult: t.Type; PowerSavingMode: t.Type; PWMAlgorithm: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipIT1505ExtendProperty">; }>]>; interface ChipIT1505ExtendProperty extends t.TypeOf {} //#endregion export { ChipIT1505ExtendPropertyBase as n, ChipIT1505ExtendProperty as t }; //# sourceMappingURL=ChipIT1505ExtendProperty-CBGbMfzc.d.mts.map