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