/** * * @param html html字符串 * @param containerEl 容器节点 */ export declare const addElement: (html: string, containerEl?: HTMLBodyElement | null) => void;