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