import * as React from 'react'
export const HeadManagerContext: React.Context<any> = React.createContext(null)