/**
 * 动态插入DOM,并且指定id
 * @param id id名称
 */
export declare const judgeDOMExitAndCreateDOM: (id: string) => Element;
