import { PropsWithChildren } from 'react';
export declare function Head({ children }: PropsWithChildren<{}>): import("react").ReactPortal;
