import * as t from "io-ts"; //#region generated/ChipHX8932ExtendProperty.d.ts declare const ChipHX8932ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegisterArray: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; FirstRegValue: t.Type; SecondRegValue: t.Type; CurrentGain: t.Type; OutputVolt: t.Type; LowGreyColor: t.Type; ShadowLevel: t.Type; Reserved: t.Type; }>]>; /** * Codec for {@link ChipHX8932ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipHX8932.decompiled.cs:2353 */ declare const ChipHX8932ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegisterArray: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; FirstRegValue: t.Type; SecondRegValue: t.Type; CurrentGain: t.Type; OutputVolt: t.Type; LowGreyColor: t.Type; ShadowLevel: t.Type; Reserved: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipHX8932ExtendProperty">; }>]>; interface ChipHX8932ExtendProperty extends t.TypeOf {} //#endregion export { ChipHX8932ExtendPropertyBase as n, ChipHX8932ExtendProperty as t }; //# sourceMappingURL=ChipHX8932ExtendProperty-D6-Qq914.d.cts.map