declare namespace Ext { export namespace draw { export interface PathUtilConfig { } export class PathUtil extends Ext.Base { } } }