import { PropsWithChildren } from 'react'; import { HelmetProps } from 'react-helmet'; declare type HeadProps = PropsWithChildren; /** * `Head` is a re-export of react-helmet with application defaults * @link https://github.com/nfl/react-helmet */ export declare const Head: (props: HeadProps) => JSX.Element; export {};