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