export interface Appearance { placeholder?: string; fontSize?: number; textAlign?: string; font?: string; underline?: boolean; bold?: boolean; italics?: boolean; defaultValue?: string; numberOfRows?: number; singleSelection?: boolean; displayCountryCode?: boolean; displayFlag?: boolean; displayCode?: boolean; showCountryName?: boolean; beautifyNumbers?: boolean; upAndDownButton?: boolean; allowNegativeValues?: boolean; showPreviewButton?: boolean; confirmPassword?: boolean; viewButton?: boolean; displayStrong?: boolean; dateType?: string; format?: string; setCurrentPosition?: boolean; defaultZoomLevel?: number; allowFullScreen?: boolean; latitude?: string; longitude?: string; showAcceptButton?: boolean; labelOnValue?: string; labelOffValue?: string; labelOnColor?: string; labelOffColor?: string; minValue?: number; maxValue?: number; stepValue?: number; changeSliderColor?: boolean; sliderColor?: string; canvasOption?: string; selectionType?: string; dragAndDrop?: boolean; previewUploadedFiles?: boolean; multiFileUploads?: boolean; selectionColorRequired?: boolean; selectionColor?: string; color?: string; avatarPicker: boolean; timeFormat?: string; displayOptionsInColumn: boolean; currencySymbol?: string; decimalPrecision?: number; symbolPosition?: string; thousandSeparator?: boolean; currency?: string; limitCurrencies?: boolean; currencyOption?: string; specificCurrencySymbol?: string; limitCurrencySymbol?: any[]; width?: string; height?: string; showAmountInWords?: string; defaultCurrency?: string; }