import * as React from 'react';
import { IconProps } from './types';
export declare const Link1Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Link1Icon;
