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