import * as React from 'react'; type HtmlProps = Readonly>; declare const Html: React.ForwardRefExoticComponent, HTMLHtmlElement>, "ref">> & React.RefAttributes>; export { Html, type HtmlProps };