export default insertAfter; /** *插入dom元素✅ * **/ declare function insertAfter(newEl: any, targetEl: any): void;