import React from 'react'; import { LinkProps } from '../../types'; declare const Link: React.ForwardRefExoticComponent>; export default Link;