import type { RootState } from '@staticcms/core/store'; export declare const selectIsScrolling: (state: RootState) => boolean;