import Link from './link'; import { LinkProps } from './link'; export declare type Props = LinkProps; export default Link;