/// export default function initHeadManager(): { mountedInstances: Set; updateHead: (head: JSX.Element[]) => void; };