export declare enum DisplayType { TextShort = "TextShort", TextMedium = "TextMedium", TextLarge = "TextLarge", TextArea = "TextArea", Html = "Html", Json = "Json", Number = "Number", Telephone = "Telephone", Date = "Date", DateTime = "DateTime", Color = "Color", Image = "Image", Password = "Password", Url = "Url", Options = "Options", ComboBox = "ComboBox", Email = "Email", Checkbox = "Checkbox", Toggle = "Toggle", Cascading = "CascadingOptions", RadioGroup = "RadioGroup", Unknown = "Unknown" }