///
import type { PrefetchManager } from './context/prefetch';
interface Props {
manager: PrefetchManager;
}
export declare const INTENTION_DELAY_MS = 150;
export declare const SENSITIVITY = 15;
export declare function Prefetcher(props: Omit): JSX.Element;
export {};
//# sourceMappingURL=Prefetcher.d.ts.map