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