import type { IconProps } from '../../types';
declare const Link: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Link
 * @see {@link https://remixicon.com/icon/link Remix Icon Docs}
 */
export { Link };
