import ViewNode from '../../ViewNode'; import { NodeConstructor, Props } from '../../View'; export declare const createElement: (constructor: NC, props: Props, children: any[]) => ViewNode; //# sourceMappingURL=createElement.d.ts.map