import { NativeLinkEvent } from '../../types/links/NativeLinkEvent'; /** * Whether a native link event is "modified" and should be left to the browser * (default prevented, a non-primary mouse button, or a modifier key held). * @param {NativeLinkEvent} e - The native event. * @returns {boolean} True when the event should not be intercepted. */ export declare const isModifiedNativeEvent: (e: NativeLinkEvent) => boolean; //# sourceMappingURL=isModifiedNativeEvent.d.ts.map