export function setElemProps(elem: any, attrs: any, children: any): any; export function createElem(tag: any, attrs?: {}, children?: any[]): any; export function addElem(tag: any, parent: any, attrs?: {}, children?: any[]): any; export function getNewId(): string;