import { NodeConstructor, Props, Component } from './View'; export declare type ViewNodeChildren = JSX.Element[]; export default class ViewNode { nodeConstructor: NC; props: Props; children: ViewNodeChildren; componentInstance: Component; constructor(nodeConstructor: NC, props: Props, children: ViewNodeChildren); } //# sourceMappingURL=ViewNode.d.ts.map