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