/** * Remove All Children from an element */ export declare const replaceChildren: (parentNode: HTMLElement, addedNodes: Element | Text) => void; //# sourceMappingURL=element.d.ts.map