export interface RadioControlConfiguration { defaultValueField?: string; defaultDisplayField?: string; defaultDisplay?: 'row' | 'column'; }