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