/// import { IconProps } from "../type"; export declare function Link2Icon({ className, style, selected, ...props }: IconProps & { selected?: boolean; }): JSX.Element;