declare const FORM_EN: { readonly addParentsBeforeIntegrateUrlVariable: "Add fields parents before integrate URL variable"; readonly addressStructureHint: "An address type must be:"; readonly addUrlVariable: "Add URL variable"; readonly ancestor: "Ancestor"; readonly ancestorValue: "Get value from: {{ancestorName}}"; readonly apiConfigDescription: "When the search finds only one possible option, it is automatically displayed in the field."; readonly apiRoute: "Api route"; readonly baseUrl: "Base URL"; readonly cardNumber: "Card number"; readonly decisionField: "Decision field"; readonly disabledPast: "Disabled Past"; readonly dynamicSelectStructureHint: "Make sure the field accepts the ancestor value."; readonly email: "Email"; readonly firstNameAndLastName: "First name and last name"; readonly helperText: "Helper text"; readonly hiddenValue: "Hidden value"; readonly key: "Key"; readonly keyPath: "Key path (string | number)"; readonly keyPathApiDescription: "(Option) To insert a value in a URL, use the syntax {paramName}. For example: http://api.com/userId={userId}, add {userId} in params."; readonly keyPathObject: "Key path to value"; readonly label: "Label"; readonly letter: "Letter"; readonly mapObjectToRender: "Map the value of the object to display"; readonly message: "Message"; readonly mustBeUnique: "Must be unique"; readonly newTree: "Nouvel arbre"; readonly noAncestorFound: "No parents found"; readonly number: "Nombre"; readonly numberAndLetter: "Number and letter"; readonly objectDemo: "Example of object mapping"; readonly offMessage: "Message (disable)"; readonly onMessage: "Message (enable)"; readonly optionConfig: "Option mapping"; readonly pattern: "Pattern"; readonly patternMessage: "Pattern message"; readonly phoneNumber: "Phone number"; readonly prefillField: "pre-fill field"; readonly queryParams: "query params"; readonly receiveValueFromParent: "Pre-fill field from parent"; readonly repeatable: "Repeatable"; readonly searchKeyPlaceholder: "text"; readonly selectStructureHint: "Must be an value existing in the values option."; readonly setupApi: "Setup API"; readonly staticFields: "Static fields"; readonly staticValue: "(Option) Static value"; readonly staticValueDescription: "By default, it will use the ancestor value, but you can assign a static value."; readonly step: "Step"; readonly tree: "Tree"; readonly treeName: "Tree name"; readonly type: { readonly address: "Address"; readonly autocomplete: "API Field"; readonly checkbox: "Checkbox"; readonly date: "Date"; readonly dateRange: "Date range"; readonly dynamicSelect: "API Field"; readonly email: "Email"; readonly file: "File"; readonly hidden: "Hidden field"; readonly number: "Number"; readonly password: "Password"; readonly radio: "Radio"; readonly select: "Select"; readonly switch: "Switch"; readonly tel: "Tel"; readonly text: "Text"; readonly time: "Time"; readonly timeRange: "Time range"; readonly title: "Title"; readonly tree: "Tree"; readonly url: "URL"; }; readonly url: "URL"; readonly urlBuilder: "URL Builder"; readonly urlConstruction: "URL construction"; readonly URlVariables: "URL Variables"; readonly useAncestorValueAsParam: "Use Ancestor value"; readonly value: "Value"; readonly valueOfParentIsOfType: "Value of parent is of type"; readonly values: "Values"; readonly variant: "Field type: {{variant}}"; readonly warningApiAutocomplete: { readonly response: "should have as a response"; readonly url: "The API Route"; }; readonly warningApiSelect: { readonly response: "at the location specified in the API URL."; readonly url: "To automatically include the parent value in the API URL: add"; readonly warning: "{{}}"; }; }; export default FORM_EN;