export default class FormFields { _formFields: {}; register(type: any, formField: any): void; get(type: any): any; }