import { VNode } from '../types';
export declare function removeNode(node: VNode | VNode[]): void;
