export default class TimeField extends Field { _toLocaleString(date: any): any; } import Field from "./field";