export declare enum InputType { Bool = "Bool", Currency = "Currency", Date = "Date", DateTime = "DateTime", Time = "Time", Decimal = "Decimal", Number = "Number", File = "File", String = "String", TextArea = "TextArea", Select = "Select", Cpf = "Cpf", Cpnj = "Cnpj", CpfCnpj = "CpfCnpj" }