import type { Context } from './context'; export declare function cloneElement(node: T, context: Context): (HTMLElement | SVGElement) | Promise;