declare namespace Ext { export namespace grid { export namespace column { export interface ActionProxyConfig { } export class ActionProxy extends Ext.Base { } } } }