import h from './h'; declare function morphDom(from: Node, to: Node | string): Node; export default morphDom;