import { type VNode } from 'vue'; export declare function flattenFragment(nodes: VNode[]): VNode[]; export declare function isValidElement(input: any): boolean; export declare function isVisibleDOMElement(input: any): boolean;