import { ClassAttributes, ComponentChildren, JSX, VNode } from "preact"; export function HTMLElement( type: T, ): ( props: (ClassAttributes & JSX.IntrinsicElements[T]) | null, ...children: ComponentChildren[] ) => VNode & JSX.IntrinsicElements[T]>;