import { type Supply } from '@sxxov/ut/store'; /** * A lazily listening supply for any scroll events that can be captured from the * window */ export declare const scrollAny: Supply<{ x: number; y: number; }>;