import { VNode } from '../types';
export declare function transformNode<T = VNode | VNode[]>(node?: T | string | null | number): T;
