import * as t from "io-ts"; //#region generated/ChipFM6356ExtendProperty.d.ts declare const ChipFM6356ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ RegFirst: t.Type; RegSecond: t.Type; RegThird: t.Type; RegFourth: t.Type; RegFifth: t.Type; IsElimateShadow: t.Type; Gain: t.Type; LowGrayAdjustGrade: t.Type; IsLowGrayAdjust: t.Type; IsLowGrayCompensate: t.Type; LowGrayCompensateGrade: t.Type; IsFirstLineSlantsDark: t.Type; FirstLineSlantsDarkOptimization: t.Type; IsUseNewModule: t.Type; ChipLibVersion: t.Type; }>]>; /** * Codec for {@link ChipFM6356ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipFM6356.decompiled.cs:89 */ declare const ChipFM6356ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ RegFirst: t.Type; RegSecond: t.Type; RegThird: t.Type; RegFourth: t.Type; RegFifth: t.Type; IsElimateShadow: t.Type; Gain: t.Type; LowGrayAdjustGrade: t.Type; IsLowGrayAdjust: t.Type; IsLowGrayCompensate: t.Type; LowGrayCompensateGrade: t.Type; IsFirstLineSlantsDark: t.Type; FirstLineSlantsDarkOptimization: t.Type; IsUseNewModule: t.Type; ChipLibVersion: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipFM6356ExtendProperty">; }>]>; interface ChipFM6356ExtendProperty extends t.TypeOf {} //#endregion export { ChipFM6356ExtendPropertyBase as n, ChipFM6356ExtendProperty as t }; //# sourceMappingURL=ChipFM6356ExtendProperty-Ha1thZ5T.d.mts.map