import { type Component, type Inferno, type Props, type Refs, type VNode } from 'inferno'; export declare function createElement
(type: string | Inferno.ComponentClass
| Inferno.StatelessComponent
> | typeof Component
, props?: (P & Props
) | null, ...children: any[]): VNode;