declare namespace _default { export { TextType as text }; export { NumberType as number }; export { ColorType as color }; export { BooleanType as boolean }; export { ObjectType as object }; export { SelectType as select }; export { ArrayType as array }; export { DateType as date }; export { ButtonType as button }; export { RadioType as radios }; } export default _default; import TextType from './Text'; import NumberType from './Number'; import ColorType from './Color'; import BooleanType from './Boolean'; import ObjectType from './Object'; import SelectType from './Select'; import ArrayType from './Array'; import DateType from './Date'; import ButtonType from './Button'; import RadioType from './Radio';