import { type ElementType } from 'react'; export declare const generateAttrLinkNewTab: (href: string) => { component: ElementType; href: string; target: string; rel: string; };