import React from 'react'; import { HtmrOptions } from './types.js'; export declare function htmr(html: string, options?: Partial): React.ReactNode;