import { t as BarcodeField } from "./BarcodeField-CWg5Ve8v.js"; import { t as LabelFieldLocation } from "./LabelFieldLocation-DDqgTh17.js"; import { SymbologySettings } from "@scandit/web-datacapture-barcode"; import { nativeHandle } from "@scandit/web-datacapture-core/build/js/private/nativeHandle.js"; //#region src/main/api/CustomBarcode.d.ts declare class CustomBarcode implements BarcodeField { private [nativeHandle]; private _name; private _anchorRegexes; private _hiddenProperties; private _isOptional; private _numberOfMandatoryInstances; private _valueRegexes; private _symbologies; private _location?; private constructor(); get name(): string; get anchorRegexes(): string[]; get isOptional(): boolean; get numberOfMandatoryInstances(): number | null; get valueRegexes(): string[]; get symbologies(): SymbologySettings[]; get location(): LabelFieldLocation | undefined; private get hiddenProperties(); private static forHandle; } //#endregion export { CustomBarcode as t };