export declare const CONSTANTS: { COMPARISON_OPTIONS: { label: string; value: string; }[]; FILE_COMPARISON: { label: string; value: string; }[]; HIDDEN_FIELD_COMPARISON: { label: string; value: string; }[]; DROPDOWN_COMPARISON: { label: string; value: string; }[]; TEXT_COMPARISON: { label: string; value: string; }[]; VALUE_FROM: { label: string; value: string; }[]; hiddenFieldUpdateOptions: { label: string; value: string; image: string; }[]; webhooks: { webhookUrlType: string; requestType: string; url: string; isConflict: boolean; headers: { keyName: string; valueSource: string; questionId: string; inputValue: string; isConflict: boolean; }[]; params: { keyName: string; valueSource: string; questionId: string; inputValue: string; isConflict: boolean; }[]; pathVariables: { keyName: string; valueSource: string; questionId: string; inputValue: string; isConflict: boolean; }[]; requestBodies: { keyName: string; valueSource: string; questionId: string; inputValue: string; isConflict: boolean; }[]; }[]; dateOptions: { label: string; value: string; image: string; }[]; timeOptions: { label: string; value: string; image: string; }[]; timeFormate: { value: string; label: string; image: string; }[]; dateFormats: { value: string; label: string; image: string; }[]; monthYearFormats: { value: string; label: string; image: string; }[]; fileSizes: { value: string; label: string; image: string; }[]; fileTypes: { value: string; label: string; image: string; }[]; textfieldOptions: { label: string; value: string; image: string; }[]; fontFamily: { label: string; value: string; image: string; }[]; fontSize: { label: string; value: string; image: string; }[]; tables: { label: string; value: string; image: string; }[]; dropDownConditions: { label: string; value: string; image: string; }[]; options: string[]; logicalOperator: { label: string; value: string; image: string; }[]; valueSource: { label: string; value: string; image: string; }[]; fieldStructure: { image: string; label: string; value: string; }[]; rowsValues: { keyName: string; valueSource: string; inputValue: string; }[]; selctedValues: { image: string; label: string; value: string; }[]; valueSources: { image: string; label: string; value: string; }[]; paramsValueSources: { image: string; label: string; value: string; }[]; pathVariableValueSources: { image: string; label: string; value: string; }[]; hiddenFieldValueSource: { image: string; label: string; value: string; }[]; translations: { attribute: string; elementId: string; entityType: string; language: string; translatedText: string; }[]; dragAndDropRows: { row: number; columns: { content: string; columnSpan: number; dragDisabled: boolean; }[]; }[]; formElements: ({ elementType: string; appearance: { fontSize: number; textAlign: string; font: string; underline: boolean; bold: boolean; italics: boolean; placeholder: string; defaultValue: string; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { validationType: null; regex: string; validation: string; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { fontSize: number; textAlign: string; font: string; underline: boolean; bold: boolean; italics: boolean; placeholder: string; defaultValue: string; numberOfRows: string; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { limitedCharacters: boolean; count: number; validationType?: undefined; regex?: undefined; validation?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { placeholder: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { regularExpression: string; expectedDomains: string; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { confirmPassword: boolean; viewButton: boolean; displayStrong: boolean; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { minLength: null; maxLength: null; requireLowercaseLetters: boolean; requireUppercaseLetters: boolean; requireNumbers: boolean; requireSpecialCharacters: boolean; allowedSpecialCharacters: string; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { displayCountryCode: boolean; displayFlag: boolean; displayCode: boolean; showCountryName: boolean; beautifyNumbers: boolean; placeholder: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { countryWiseValidation: boolean; restrictCountry: boolean; allowedCountries: never[]; blockedCountries: never[]; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { numberOfRows: null; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { limitedCharacters: boolean; count: null; validationType?: undefined; regex?: undefined; validation?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { upAndDownButton: boolean; allowNegativeValues: boolean; placeholder: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { min: null; max: null; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { showPreviewButton: boolean; placeholder: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { selectionType: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { minimumSelection: null; maximumSelection: null; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option: { optionType: string; lookupTable: string; customOptions: never[]; database: { tableName: string; valueField: string; labelField: string; criteria: { field: string; condition: string; valueSource: string; inputValue: string; logicalOperator: string; }[]; }; api: { external: boolean; url: string; valueField: string; labelField: string; pathToValue: string; pathVariables: { keyName: string; valueSource: string; inputValue: string; }[]; headers: { keyName: string; valueSource: string; inputValue: string; }[]; params: { keyName: string; valueSource: string; inputValue: string; }[]; }; }; termsAndCondition?: undefined; } | { elementType: string; appearance: { dragAndDrop: boolean; previewUploadedFiles: boolean; multiFileUploads: boolean; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { fileTypes: never[]; fileSize: null; fileSizeUnit: string; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { dateType: string; format: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { minDateOption: string; minDate: string; maxDateOption: string; maxDate: string; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { labelOnValue: string; labelOffValue: string; labelOnColor: string; labelOffColor: string; selectionColorOnRequired: boolean; selectionColorOffRequired: boolean; selectionColorRequired: boolean; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { buttonColour: string; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { selectionColorRequired: boolean; selectionColor: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { minSelectionRequired: boolean; minSelectionValue: string; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { showAcceptButton: boolean; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { preventFromProceedingWithoutAgree: boolean; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; termsAndCondition: { termsAndConditionType: string; value: string; }; option?: undefined; } | { elementType: string; appearance: { setCurrentPosition: boolean; defaultZoomLevel: null; allowFullScreen: boolean; latitude: string; longitude: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { regionBoundary: boolean; region: string; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { canvasOption: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; changeButtonColor?: undefined; color?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { maxFileSize: null; minFileSize: null; validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; }; option?: undefined; termsAndCondition?: undefined; } | { elementType: string; appearance: { changeButtonColor: boolean; color: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; minValue?: undefined; maxValue?: undefined; stepValue?: undefined; changeSliderColor?: undefined; sliderColor?: undefined; }; validation: { validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option: { optionType: string; lookupTable: string; customOptions: never[]; database: { tableName: string; valueField: string; labelField: string; criteria: { field: string; condition: string; valueSource: string; inputValue: string; logicalOperator: string; }[]; }; api: { external: boolean; url: string; valueField: string; labelField: string; pathToValue: string; pathVariables: { keyName: string; valueSource: string; inputValue: string; }[]; headers: { keyName: string; valueSource: string; inputValue: string; }[]; params: { keyName: string; valueSource: string; inputValue: string; }[]; }; }; termsAndCondition?: undefined; } | { elementType: string; appearance: { minValue: null; maxValue: null; stepValue: null; changeSliderColor: boolean; sliderColor: string; fontSize?: undefined; textAlign?: undefined; font?: undefined; underline?: undefined; bold?: undefined; italics?: undefined; placeholder?: undefined; defaultValue?: undefined; numberOfRows?: undefined; confirmPassword?: undefined; viewButton?: undefined; displayStrong?: undefined; displayCountryCode?: undefined; displayFlag?: undefined; displayCode?: undefined; showCountryName?: undefined; beautifyNumbers?: undefined; upAndDownButton?: undefined; allowNegativeValues?: undefined; showPreviewButton?: undefined; selectionType?: undefined; dragAndDrop?: undefined; previewUploadedFiles?: undefined; multiFileUploads?: undefined; dateType?: undefined; format?: undefined; labelOnValue?: undefined; labelOffValue?: undefined; labelOnColor?: undefined; labelOffColor?: undefined; selectionColorOnRequired?: undefined; selectionColorOffRequired?: undefined; selectionColorRequired?: undefined; selectionColor?: undefined; showAcceptButton?: undefined; setCurrentPosition?: undefined; defaultZoomLevel?: undefined; allowFullScreen?: undefined; latitude?: undefined; longitude?: undefined; canvasOption?: undefined; changeButtonColor?: undefined; color?: undefined; }; validation: { validationType?: undefined; regex?: undefined; validation?: undefined; limitedCharacters?: undefined; count?: undefined; regularExpression?: undefined; expectedDomains?: undefined; minLength?: undefined; maxLength?: undefined; requireLowercaseLetters?: undefined; requireUppercaseLetters?: undefined; requireNumbers?: undefined; requireSpecialCharacters?: undefined; allowedSpecialCharacters?: undefined; countryWiseValidation?: undefined; restrictCountry?: undefined; allowedCountries?: undefined; blockedCountries?: undefined; min?: undefined; max?: undefined; minimumSelection?: undefined; maximumSelection?: undefined; fileTypes?: undefined; fileSize?: undefined; fileSizeUnit?: undefined; minDateOption?: undefined; minDate?: undefined; maxDateOption?: undefined; maxDate?: undefined; buttonColour?: undefined; minSelectionRequired?: undefined; minSelectionValue?: undefined; preventFromProceedingWithoutAgree?: undefined; regionBoundary?: undefined; region?: undefined; maxFileSize?: undefined; minFileSize?: undefined; }; option?: undefined; termsAndCondition?: undefined; })[]; questionProperties: ({ a: string; b?: undefined; c?: undefined; } | { b: string; a?: undefined; c?: undefined; } | { c: string; a?: undefined; b?: undefined; })[]; }; export declare const selectedQuestionDropDownFormElement: { elementType: string; appearance: { selectionType: string; }; validation: { minimumSelection: null; maximumSelection: null; }; option: { optionType: string; lookupTable: string; customOptions: never[]; database: { tableName: string; valueField: string; labelField: string; criteria: { field: string; condition: string; valueSource: string; inputValue: string; logicalOperator: string; }[]; }; api: { external: boolean; url: string; valueField: string; labelField: string; pathToValue: string; pathVariables: { keyName: string; valueSource: string; inputValue: string; }[]; headers: { keyName: string; valueSource: string; inputValue: string; }[]; params: { keyName: string; valueSource: string; inputValue: string; }[]; }; }; }; export declare const selectedQuestionRadioFormElement: { elementType: string; appearance: { selectionType: string; }; validation: { minimumSelection: null; maximumSelection: null; }; option: { optionType: string; lookupTable: string; customOptions: never[]; database: { tableName: string; valueField: string; labelField: string; criteria: { field: string; condition: string; valueSource: string; inputValue: string; logicalOperator: string; }[]; }; api: { external: boolean; url: string; valueField: string; labelField: string; pathToValue: string; pathVariables: { keyName: string; valueSource: string; inputValue: string; }[]; headers: { keyName: string; valueSource: string; inputValue: string; }[]; params: { keyName: string; valueSource: string; inputValue: string; }[]; }; }; }; export declare const selectedQuestionCheckoboxFormElement: { elementType: string; appearance: { selectionType: string; }; validation: { minimumSelection: null; maximumSelection: null; }; option: { optionType: string; lookupTable: string; customOptions: never[]; database: { tableName: string; valueField: string; labelField: string; criteria: { field: string; condition: string; valueSource: string; inputValue: string; logicalOperator: string; }[]; }; api: { external: boolean; url: string; valueField: string; labelField: string; pathToValue: string; pathVariables: { keyName: string; valueSource: string; inputValue: string; }[]; headers: { keyName: string; valueSource: string; inputValue: string; }[]; params: { keyName: string; valueSource: string; inputValue: string; }[]; }; }; }; export interface ValidationError { id: string; message: string; }