import * as React from "react"; //#region src/html.d.ts type HtmlProps = Readonly>; declare const Html: React.ForwardRefExoticComponent, HTMLHtmlElement>, "ref">> & React.RefAttributes>; //#endregion export { Html, HtmlProps }; //# sourceMappingURL=index.d.ts.map