import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const LinkRemovedIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { LinkRemovedIcon, LinkRemovedIcon as default };
//# sourceMappingURL=LinkRemoved.d.ts.map