export declare function useWindowEvent(event: K, callbackFactory: () => (e: WindowEventMap[K]) => void, deps?: any[]): void;