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