import * as t from "io-ts"; //#region generated/ChipMBI5166ExtendProperty.d.ts declare const ChipMBI5166ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ ColorCompensate: t.Type; }>, t.PartialC<{ SetBlanking: t.Type; }>]>; /** * Codec for {@link ChipMBI5166ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:62613 */ declare const ChipMBI5166ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ ColorCompensate: t.Type; }>, t.PartialC<{ SetBlanking: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMBI5166ExtendProperty">; }>]>; interface ChipMBI5166ExtendProperty extends t.TypeOf {} //#endregion export { ChipMBI5166ExtendPropertyBase as n, ChipMBI5166ExtendProperty as t }; //# sourceMappingURL=ChipMBI5166ExtendProperty-Dpn_w_X4.d.cts.map