/// export interface HtmlStringToReactNodesOptions { focusIdx: string; } export declare function HtmlStringToReactNodes(content: string): JSX.Element;