import React from 'react'; import { Link as Comp, LinkProps } from 'react-router-dom'; const Link = (props: LinkProps) => ( ); export default Link;