/** * Takes all children out from wrapped el and puts them directly inside * the parent el, at the wrapped el's position */ export declare function unwrap(parent: HTMLElement, wrapped: HTMLElement): void;