import * as React from "react";

//#region src/html.d.ts
type HtmlProps = Readonly<React.ComponentPropsWithoutRef<'html'>>;
declare const Html: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, "ref">> & React.RefAttributes<HTMLHtmlElement>>;
//#endregion
export { Html, HtmlProps };
//# sourceMappingURL=index.d.mts.map