/** @noSelfInFile */ declare module '@asledgehammer/pipewrench/client' { export namespace lua.client.ISUI { export abstract class ISMouseDrag { static [id: string]: any; static dragging: any; static draggingFocus: any; static dragView: any; static tabPanel: any; } } export namespace lua.client.ISUI.ISMouseDrag {} }