declare namespace Ext { export namespace grid { export interface RowContextConfig { } export class RowContext extends Ext.Base { } } }