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