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