import type { TFunction, i18n } from '@nerimity/i18lite'; import type { parse, stringify } from 'html-parse-string'; import type { ParentProps } from 'solid-js'; import type { TransProps } from '../Trans'; export declare let parseHTML: typeof parse; export declare let stringifyHtml: typeof stringify; export declare const htmlParseStringNotFoundError: () => void; export declare const translateJSX: ({ i18n: { options }, t, props }: { t: TFunction; props: ParentProps; i18n: i18n; }, children: Node[]) => string | any[]; //# sourceMappingURL=translate-jsx.d.ts.map