import { ViewController } from '../view/exported';
export interface INode extends Node {
    $view?: ViewController;
}
