export declare enum InputTypes { Text = "text", Number = "number", Checkbox = "checkbox", Password = "password", Radio = "radio", Email = "email", Date = "date", Button = "button" }