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