import { FC } from "react";
interface LinkAddIconProps {
    className?: string;
    width?: number;
    height?: number;
}
declare const LinkAddIcon: FC<LinkAddIconProps>;
export default LinkAddIcon;
