import { t as Serializable } from "./Serializable-BNGC32bH.js"; import { t as Color } from "./Color-ByvwNCPz.js"; import { t as AimerViewfinderJSON } from "./ViewfinderPlusRelated-CvLA6A-m.js"; import { n as Viewfinder } from "./Viewfinder-CCAuGMD3.js"; //#region src/main/AimerViewfinder.d.ts declare class AimerViewfinder implements Viewfinder, Serializable { frameColor: Color; dotColor: Color; private readonly type; constructor(); toJSONObject(): AimerViewfinderJSON; } //#endregion export { AimerViewfinder as t };