type UseWindow = Window &
  typeof globalThis & {
    chrome?: any
  }
/**
 * Returns the window object
 *
 * @internal
 */
export declare function useWindow(): UseWindow
export {}
