export interface IFormControlConfig { /**Control size and label size */ elementSize?: 'small' | 'medium' | 'large'; /**Red text without background color as the validation error message */ simpleValidationError?: boolean; }