import { FieldProperties } from '.'; export interface FormState { [key: string]: FieldProperties; } //# sourceMappingURL=FormState.d.ts.map