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