import { t as Serializable } from "./Serializable-BNGC32bH.js"; import { t as Color } from "./Color-ByvwNCPz.js"; import { t as NumberWithUnit } from "./NumberWithUnit-DowGnoG0.js"; import { n as LaserlineViewfinderJSON } from "./ViewfinderPlusRelated-CvLA6A-m.js"; import { n as Viewfinder } from "./Viewfinder-CCAuGMD3.js"; //#region src/main/LaserlineViewfinder.d.ts declare class LaserlineViewfinder implements Viewfinder, Serializable { width: NumberWithUnit; enabledColor: Color; disabledColor: Color; private readonly type; constructor(); toJSONObject(): LaserlineViewfinderJSON; } //#endregion export { LaserlineViewfinder as t };