import * as React from 'react'; type LinkProps = Readonly>; declare const Link: React.ForwardRefExoticComponent, HTMLAnchorElement>, "ref">> & React.RefAttributes>; export { Link, type LinkProps };