import React from 'react'; import { LinkProps } from '../../interfaces'; declare const Link: React.FC; export default Link;