import { FunctionComponent } from 'react'; import { LinkProps } from 'react-router-dom'; declare const Link: FunctionComponent; export default Link;