export default function usePositionObserver(getTrack: () => null | Element, trackKey: string | number | undefined, callback: () => void): void;