/** * Gets the virtual parent given the child element, if it exists. * * @public */ export declare function getVirtualParent(child: HTMLElement): HTMLElement | undefined;