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