import React from 'react'; import type { IconProps } from '../../icons/types'; export declare const LinkIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "data-component-name" | "size" | keyof React.SVGProps> & { color?: string; size?: string; className?: string; 'data-component-name'?: string; } & React.SVGProps, "data-component-name"> & Partial, "data-component-name" | "size" | keyof React.SVGProps> & { color?: string; size?: string; className?: string; 'data-component-name'?: string; } & React.SVGProps, "data-component-name">>> & string & Omit<(props: IconProps) => React.JSX.Element, keyof React.Component>;