import { default as React } from 'react';
import { IconStyles } from './types';
interface LinkIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const LinkIcon: React.FC<LinkIconProps>;
export default LinkIcon;
//# sourceMappingURL=Link.d.ts.map