export declare function useLinkResolver(options: { fallbackTag: string; }): { resolvedTag: string; target: "_blank" | undefined; };