import { NativeLinkEvent } from '../../types/links/NativeLinkEvent'; /** * Whether a native link event exposes MouseEvent modifier properties. * @param {NativeLinkEvent} e - The native event. * @returns {boolean} True when the event has `button` and `metaKey`. */ export declare const hasMouseEventProperties: (e: NativeLinkEvent) => e is MouseEvent | PointerEvent; //# sourceMappingURL=hasMouseEventProperties.d.ts.map