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