import type { PointerEvent as ReactPointerEvent } from "react"; export declare const getMouseDownRouterHref: (href: string, basePath: string | undefined) => string; export declare const findMouseDownNavigationAnchor: (target: EventTarget | null, boundary: EventTarget | null) => HTMLAnchorElement | null; export declare const shouldNavigateOnPointerDown: (event: ReactPointerEvent, anchor: HTMLAnchorElement) => boolean; //# sourceMappingURL=mousedown-navigation-utils.d.ts.map