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