import * as t from "io-ts"; //#region generated/ChipICND2126ExtendProperty.d.ts declare const ChipICND2126ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ FirstRegValue: t.Type; SecondRegValue: t.Type; ShortDetection: t.Type; ErrorSurvey_OnTime: t.Type; SavingPowerMode: t.Type; CurrentGain: t.Type; ShadowEliminationEn: t.Type; InflectionPiont: t.Type; ShadowEliminationElectric: t.Type; }>]>; /** * Codec for {@link ChipICND2126ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICN2126.decompiled.cs:1209 */ declare const ChipICND2126ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ FirstRegValue: t.Type; SecondRegValue: t.Type; ShortDetection: t.Type; ErrorSurvey_OnTime: t.Type; SavingPowerMode: t.Type; CurrentGain: t.Type; ShadowEliminationEn: t.Type; InflectionPiont: t.Type; ShadowEliminationElectric: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND2126ExtendProperty">; }>]>; interface ChipICND2126ExtendProperty extends t.TypeOf {} //#endregion export { ChipICND2126ExtendPropertyBase as n, ChipICND2126ExtendProperty as t }; //# sourceMappingURL=ChipICND2126ExtendProperty-Di2AjSpI.d.cts.map