import type { DetailedHTMLProps, HTMLAttributes, PropsWithChildren } from "react"; type Props = PropsWithChildren, HTMLHeadElement>>; export default function Head({ children, ...props }: Props): import("react/jsx-runtime").JSX.Element; export {};