import * as t from "io-ts"; //#region generated/ChipMBI5043ExtendProperty.d.ts declare const ChipMBI5043ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ GCLKShift: t.Type; SelectChargeMode: t.Type; ColorShiftCompensation: t.Type; GCLKRising: t.Type; EnableCharge: t.Type; }>]>; /** * Codec for {@link ChipMBI5043ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:57040 */ declare const ChipMBI5043ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ GCLKShift: t.Type; SelectChargeMode: t.Type; ColorShiftCompensation: t.Type; GCLKRising: t.Type; EnableCharge: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMBI5043ExtendProperty">; }>]>; interface ChipMBI5043ExtendProperty extends t.TypeOf {} //#endregion export { ChipMBI5043ExtendPropertyBase as n, ChipMBI5043ExtendProperty as t }; //# sourceMappingURL=ChipMBI5043ExtendProperty-DNbLLE0L.d.mts.map