export declare enum InputTypes { Text = "text", Password = "password", Tel = "tel", File = "file", Switch = "switch", Checkbox = "checkbox", Number = "number" }