import React from 'react';
import { type LinkProps } from 'react-router';
declare const Link: (props: LinkProps) => React.ReactNode;
export default Link;
