export declare const isWindow: (obj: any) => boolean; export declare const getScroll: (target: HTMLElement | Window | Document | null, top: boolean) => number;