import * as t from "io-ts"; //#region generated/ChipSM16380ExtendProperty.d.ts declare const ChipSM16380ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegisterArray: t.ArrayC>; }>, t.PartialC<{ FirstRegValue: t.Type; SecondRegValue: t.Type; ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; ShadowEliminationEnable: t.Type; FirstLineDarkCompensationLevel: t.Type; LowGrayCompsention: t.Type; CrossEliminationLevel: t.Type; GrayScaleUniformity: t.Type; CouplingOptimization: t.Type; EnergySavingMode: t.Type; EnergySavingEnable: t.Type; }>]>; /** * Codec for {@link ChipSM16380ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipSM16380.decompiled.cs:990 */ declare const ChipSM16380ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegisterArray: t.ArrayC>; }>, t.PartialC<{ FirstRegValue: t.Type; SecondRegValue: t.Type; ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; ShadowEliminationEnable: t.Type; FirstLineDarkCompensationLevel: t.Type; LowGrayCompsention: t.Type; CrossEliminationLevel: t.Type; GrayScaleUniformity: t.Type; CouplingOptimization: t.Type; EnergySavingMode: t.Type; EnergySavingEnable: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSM16380ExtendProperty">; }>]>; interface ChipSM16380ExtendProperty extends t.TypeOf {} //#endregion export { ChipSM16380ExtendPropertyBase as n, ChipSM16380ExtendProperty as t }; //# sourceMappingURL=ChipSM16380ExtendProperty-a9F2vSoN.d.cts.map