import { t as LabelFieldLocation } from "./LabelFieldLocation-DDqgTh17.js"; import { t as CustomText } from "./CustomText-Cl2GuEWp.js"; import { t as TextFieldBuilder } from "./TextFieldBuilder-biW0vkn0.js"; //#region src/main/api/CustomTextBuilder.d.ts declare class CustomTextBuilder extends TextFieldBuilder { private anchorRegexes; private shouldResetAnchorRegexes; private location?; constructor(name?: string); setAnchorRegexes(anchorRegexes: string[]): this; setAnchorRegex(anchorRegex: RegExp): this; resetAnchorRegexes(): this; setLocation(location: LabelFieldLocation): this; build(name?: string): Promise; protected getThis(): this; } declare function customText(name: string): CustomTextBuilder; //#endregion export { customText as n, CustomTextBuilder as t };