/// <reference types="react" />
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<Props, 'manager'>): JSX.Element;
export {};
//# sourceMappingURL=Prefetcher.d.ts.map