import { PropertyGridRowGroup } from './property-grid-row-group'; export interface PropertyGridFormControlsMap { [rowGroupName: string]: PropertyGridRowGroup; }