import { type VNode } from 'inferno'; export declare function isValidElement(obj: VNode): boolean;