declare const fieldTypeMap: { [x: string]: string; }; declare const datePicker2TypeArray: string[]; declare const timePicker2TypeArray: string[]; export { datePicker2TypeArray, timePicker2TypeArray }; export default fieldTypeMap;