'use client'; declare const firstChild$: () => any; declare const nextSibling$: () => any; declare const stringToDOM: (content: string, svg?: boolean) => HTMLElement; declare const removeComments: (el: Node) => void; export { firstChild$ as f, nextSibling$ as n, removeComments as r, stringToDOM as s };