declare type UseWindow = Window & typeof globalThis & { chrome?: any } declare const _default: () => UseWindow export default _default