/**
 * Add children to the given element.
 */
export declare function addChildren(elem: Element, children: (string | Element)[]): void;
