import { Renderable, VirtualElement } from '../../../types'; export declare function adaptVirtualElementChild(child: Renderable): VirtualElement;