import type { Parser } from '../types';
export declare function setInnerHTML(element: Element, content: string, DOMParser: Parser): Element;
