import { JSX } from 'react';
declare const Link: (props: JSX.IntrinsicElements["svg"]) => import("react/jsx-runtime").JSX.Element;
export default Link;
