import React from 'react'; import { LinkProps } from './types'; declare const Link: (props: LinkProps<{}>) => React.FunctionComponentElement; export default Link;