export interface IElixFormsComponentFormState { formData: { [key: string]: any; }; }