import * as t from "io-ts"; //#region generated/ChipICND2100ExtendProperty.d.ts declare const ChipICND2100ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ TurningPointVoltage: t.Type; RedRegValueConfigFirst: t.Type; GreenRegValueConfigFirst: t.Type; BlueRegValueConfigFirst: t.Type; VRedRegValueConfigFirst: t.Type; }>, t.PartialC<{ IsAdvanceModel: t.Type; IsEliminateShadow: t.Type; }>]>; /** * Codec for {@link ChipICND2100ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND2100.decompiled.cs:709 */ declare const ChipICND2100ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ TurningPointVoltage: t.Type; RedRegValueConfigFirst: t.Type; GreenRegValueConfigFirst: t.Type; BlueRegValueConfigFirst: t.Type; VRedRegValueConfigFirst: t.Type; }>, t.PartialC<{ IsAdvanceModel: t.Type; IsEliminateShadow: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND2100ExtendProperty">; }>]>; interface ChipICND2100ExtendProperty extends t.TypeOf {} //#endregion export { ChipICND2100ExtendPropertyBase as n, ChipICND2100ExtendProperty as t }; //# sourceMappingURL=ChipICND2100ExtendProperty-DSKXQWXu.d.mts.map