import { GObject } from '../GObject'; export interface IUIObject { UIOwner: GObject; } export declare let isUIObject: (obj: any) => obj is IUIObject;