import * as t from "io-ts"; //#region generated/ChipFM6127ExtendProperty.d.ts declare const ChipFM6127ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RedRegValueConfigFirst: t.Type; GreenRegValueConfigFirst: t.Type; BlueRegValueConfigFirst: t.Type; VRedRegValueConfigFirst: t.Type; RedRegValueConfigSecond: t.Type; GreenRegValueConfigSecond: t.Type; BlueRegValueConfigSecond: t.Type; VRedRegValueConfigSecond: t.Type; RedRegValueConfigThird: t.Type; GreenRegValueConfigThird: t.Type; BlueRegValueConfigThird: t.Type; VRedRegValueConfigThird: t.Type; RedRegValueConfigFourth: t.Type; GreenRegValueConfigFourth: t.Type; BlueRegValueConfigFourth: t.Type; VRedRegValueConfigFourth: t.Type; IsAdvancedMode: t.Type; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; }>]>; /** * Codec for {@link ChipFM6127ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipFM6127.decompiled.cs:2816 */ declare const ChipFM6127ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RedRegValueConfigFirst: t.Type; GreenRegValueConfigFirst: t.Type; BlueRegValueConfigFirst: t.Type; VRedRegValueConfigFirst: t.Type; RedRegValueConfigSecond: t.Type; GreenRegValueConfigSecond: t.Type; BlueRegValueConfigSecond: t.Type; VRedRegValueConfigSecond: t.Type; RedRegValueConfigThird: t.Type; GreenRegValueConfigThird: t.Type; BlueRegValueConfigThird: t.Type; VRedRegValueConfigThird: t.Type; RedRegValueConfigFourth: t.Type; GreenRegValueConfigFourth: t.Type; BlueRegValueConfigFourth: t.Type; VRedRegValueConfigFourth: t.Type; IsAdvancedMode: t.Type; }>, t.PartialC<{ IsUseNewModule: t.Type; ChipLibVersion: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipFM6127ExtendProperty">; }>]>; interface ChipFM6127ExtendProperty extends t.TypeOf {} //#endregion export { ChipFM6127ExtendPropertyBase as n, ChipFM6127ExtendProperty as t }; //# sourceMappingURL=ChipFM6127ExtendProperty-C5Txvuda.d.cts.map