import { IObject } from "soui4/IObject"; import { IWindow } from "soui4/IWindow"; export class INcPainter extends IObject{ GetRoot():IWindow; }