export declare const useWindowScrollPosition: ({ throttleMs, }?: {
    throttleMs?: number | undefined;
}) => {
    x: number;
    y: number;
};
