import types = require('./types'); declare function h( tag: string, attrs?: types.PlainObj, ...child: Array ): HTMLElement; export = h;