import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function LinkIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { LinkIcon, LinkIcon as default };
//# sourceMappingURL=Link.d.ts.map