/**
 * Checks whether a given VNode is a render-vialble element.
 */
export declare function isValidVNodeElement(input: any): boolean;
