import * as t from "io-ts"; //#region generated/ChipFM6565ExtendProperty.d.ts declare const ChipFM6565ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ REG_LEN: t.Type; RegisterArray: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshColorCompensation: t.Type; LowAshFirstLineDarkCompensationTimeFineTuningEn: t.Type; LowAshFirstLineDarkCompensation: t.Type; LowAshFirstLineDarkCompensationTime: t.Type; CouplingOptimization1: t.Type; CouplingOptimization2: t.Type; CouplingOptimization2_Enable: t.Type; SlowlyOpen: t.Type; InflectionPointVoltage: t.Type; CurrentGain: t.Type; IsUseNewModule: t.Type; ChipLibVersion: t.Type; }>]>; /** * Codec for {@link ChipFM6565ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipFM6565.decompiled.cs:1023 */ declare const ChipFM6565ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ REG_LEN: t.Type; RegisterArray: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshColorCompensation: t.Type; LowAshFirstLineDarkCompensationTimeFineTuningEn: t.Type; LowAshFirstLineDarkCompensation: t.Type; LowAshFirstLineDarkCompensationTime: t.Type; CouplingOptimization1: t.Type; CouplingOptimization2: t.Type; CouplingOptimization2_Enable: t.Type; SlowlyOpen: t.Type; InflectionPointVoltage: t.Type; CurrentGain: t.Type; IsUseNewModule: t.Type; ChipLibVersion: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipFM6565ExtendProperty">; }>]>; interface ChipFM6565ExtendProperty extends t.TypeOf {} //#endregion export { ChipFM6565ExtendPropertyBase as n, ChipFM6565ExtendProperty as t }; //# sourceMappingURL=ChipFM6565ExtendProperty-CKx2wA4I.d.cts.map