import type { LinkExProps } from '@ariestools/sdk-react/link'; import React from 'react'; /** * Footer link that prefers local routing for same-domain URLs and opens external links in a new tab. * @description Automatically uses a local `to` for the current domain, defaults external targets to `_blank`, and rewrites beta hostnames when needed. */ export declare const FooterLink: React.FC; //# sourceMappingURL=Link.d.ts.map