import { SVGProps } from "react";
declare const SvgLink: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgLink;
