import { AnchorHTMLAttributes } from 'react'; export interface Props extends AnchorHTMLAttributes { } /** * @alpha */ export declare const Link: import("react").ForwardRefExoticComponent>;