import type { Match } from "autolinker"; import type { useAtlantisI18nValue } from "../hooks/useAtlantisI18n"; export declare function shouldIgnoreURL(text: string, match: Match): boolean; export declare function getUrl(match: Match, immediateOpen?: boolean): string; export declare function onLongPressLink(match: Match, bottomTabsVisible: boolean, t: useAtlantisI18nValue["t"]): void; export declare function onPressLink(match: Match): void;