import type { Child, Component, Element } from '../types'; declare const createElement:
(component: Component
, _props?: P | null, ..._children: Child[]) => Element; export default createElement;