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