declare function replaceOrCreate(slector: string, element: string): HTMLDivElement; declare function htmlToElement(html: string): Element; export { replaceOrCreate, htmlToElement };