import * as React from "react";
export declare function isLinkEvent(event: MouseEvent): HTMLAnchorElement | undefined;
export declare function useDelegatedAnchors(nodeRef: React.RefObject<HTMLElement | null>): void;
export declare function PrefetchPageAnchors({ children, }: {
    children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
