import { IconWrapperProps } from './IconWrapper'; type IconLinkProps = IconWrapperProps; export default function IconLink(props: IconLinkProps): import("react").JSX.Element; export {};