import { VirtualElement } from '../types';
export declare const unwrapElement: (element: Element | VirtualElement) => Element | undefined;
