declare namespace Ext { export namespace form { export interface RadioManagerConfig { allowFunctions?: boolean; defaultSortDirection?: string; listeners?: object; multiSortLimit?: number; sorters?: Ext.util.Sorter[] | object[]; sortRoot?: string; } export class RadioManager extends Ext.util.MixedCollection { } } }