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