import { NativeLinkEvent } from '../../types/links/NativeLinkEvent'; /** * Tries the host's own content open-link helper (the one Staffbase's widget * manager uses), to stay maximally aligned with platform behavior. Returns false * when the helper is absent or throws, so the caller can fall back. * @param {NativeLinkEvent} e - The originating native event. * @returns {boolean} True when the host helper handled the open. */ export declare const tryStaffbaseContentOpenLink: (e: NativeLinkEvent) => boolean; //# sourceMappingURL=tryStaffbaseContentOpenLink.d.ts.map