export declare const useNativeIntersectionObserver: (el: T | null, callback: (entry: Omit & { target: T; }) => void) => void;