import * as t from "io-ts"; //#region generated/ChipSM16017DSRGBVExtendProperty.d.ts declare const ChipSM16017DSRGBVExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ RedRegValue: t.Type; GreenRegValue: t.Type; BlueRegValue: t.Type; VRedRegValue: t.Type; IsUseNewModule: t.Type; FirstDataLen: t.Type; FirstStartIndex: t.Type; FirstRegisterAddr: t.Type; }>]>; /** * Codec for {@link ChipSM16017DSRGBVExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipSM16017DS.decompiled.cs:3432 */ declare const ChipSM16017DSRGBVExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ RedRegValue: t.Type; GreenRegValue: t.Type; BlueRegValue: t.Type; VRedRegValue: t.Type; IsUseNewModule: t.Type; FirstDataLen: t.Type; FirstStartIndex: t.Type; FirstRegisterAddr: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSM16017DSRGBVExtendProperty">; }>]>; interface ChipSM16017DSRGBVExtendProperty extends t.TypeOf {} //#endregion export { ChipSM16017DSRGBVExtendPropertyBase as n, ChipSM16017DSRGBVExtendProperty as t }; //# sourceMappingURL=ChipSM16017DSRGBVExtendProperty-DwZXc1Lh.d.cts.map