export declare enum AptlyFieldType { Amount = "amount", Autocomplete = "autocomplete", AutocompleteSearch = "autocomplete-search", AutocompleteQuery = "autocomplete-query", BulkIds = "bulk-ids", Checkbox = "checkbox", Custom = "custom", Color = "color", Date = "date", DateTime = "date-time", Document = "document", Documents = "documents", DraftJS = "draft-js", Email = "email", File = "file", Files = "files", GooglePlace = "google-place", Hidden = "hidden", Images = "images", Image = "image", Markdown = "markdown", Media = "media", Number = "number", Object = "object", Password = "password", PriceAmount = "price-amount", Reference = "reference", StringArray = "string-array", Select = "select", Sort = "sort", Switch = "switch", Text = "text", TextArea = "text-area", Time = "time", Quantity = "quantity" }