import * as t from "io-ts"; //#region generated/ChipUCS5603RGBVExtendProperty.d.ts declare const ChipUCS5603RGBVExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ IsOpenChannelCheck: t.Type; }>, t.PartialC<{ RedFirstReg: t.Type; GreenFirstReg: t.Type; BlueFirstReg: t.Type; VRedFirstReg: t.Type; IsUseNewModule: t.Type; FirstDataLen: t.Type; FirstStartIndex: t.Type; FirstRegisterAddr: t.Type; SecondDataLen: t.Type; }>]>; /** * Codec for {@link ChipUCS5603RGBVExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipUCS5603.decompiled.cs:812 */ declare const ChipUCS5603RGBVExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ IsOpenChannelCheck: t.Type; }>, t.PartialC<{ RedFirstReg: t.Type; GreenFirstReg: t.Type; BlueFirstReg: t.Type; VRedFirstReg: t.Type; IsUseNewModule: t.Type; FirstDataLen: t.Type; FirstStartIndex: t.Type; FirstRegisterAddr: t.Type; SecondDataLen: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipUCS5603RGBVExtendProperty">; }>]>; interface ChipUCS5603RGBVExtendProperty extends t.TypeOf {} //#endregion export { ChipUCS5603RGBVExtendPropertyBase as n, ChipUCS5603RGBVExtendProperty as t }; //# sourceMappingURL=ChipUCS5603RGBVExtendProperty-dS8LBLI1.d.mts.map