import { t as Color } from "../Color-ByvwNCPz.js"; import { t as NumberWithUnit } from "../NumberWithUnit-DowGnoG0.js"; import { t as SizeWithUnitAndAspect } from "../SizeWithUnitAndAspect-fio3ANLe.js"; import { c as RectangularViewfinderLineStyle, l as RectangularViewfinderStyle, o as RectangularViewfinderAnimation } from "../ViewfinderPlusRelated-CvLA6A-m.js"; //#region src/main/defaults/DefaultsViewfinders.d.ts declare const defaultViewfinders: { LaserlineViewfinder: { width: NumberWithUnit; enabledColor: Color; disabledColor: Color; }; RectangularViewfinder: { defaultStyle: RectangularViewfinderStyle; styles: { rounded: { size: SizeWithUnitAndAspect; color: Color; style: RectangularViewfinderStyle; lineStyle: RectangularViewfinderLineStyle; dimming: number; animation: RectangularViewfinderAnimation | null; }; square: { size: SizeWithUnitAndAspect; color: Color; style: RectangularViewfinderStyle; lineStyle: RectangularViewfinderLineStyle; dimming: number; animation: RectangularViewfinderAnimation | null; }; }; }; AimerViewfinder: { frameColor: Color; dotColor: Color; }; }; type ViewfindersDefaults = typeof defaultViewfinders; //#endregion export { ViewfindersDefaults, defaultViewfinders };