import { n as DriverCurrentSpeedTypeEnum } from "./DriverCurrentSpeedType-DhSvWH1M.cjs"; import * as t from "io-ts"; //#region generated/ChipMY9221ExtendProperty.d.ts declare const ChipMY9221ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ DriverSpeed: t.Type; IsCurrentBreakUp: t.Type; IsInternalOscillator: t.Type; IsDriverLED: t.Type; IsAutoRefreshPicture: t.Type; IsPictrueRepeat: t.Type; }>, t.PartialC<{}>]>; /** * Codec for {@link ChipMY9221ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:58157 */ declare const ChipMY9221ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ DriverSpeed: t.Type; IsCurrentBreakUp: t.Type; IsInternalOscillator: t.Type; IsDriverLED: t.Type; IsAutoRefreshPicture: t.Type; IsPictrueRepeat: t.Type; }>, t.PartialC<{}>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMY9221ExtendProperty">; }>]>; interface ChipMY9221ExtendProperty extends t.TypeOf { DriverSpeed: DriverCurrentSpeedTypeEnum; } //#endregion export { ChipMY9221ExtendPropertyBase as n, ChipMY9221ExtendProperty as t }; //# sourceMappingURL=ChipMY9221ExtendProperty-hoiOGKhM.d.cts.map