import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const LinkIcon: React.MemoExoticComponent>; declare type LinkIconRef = PathIconRef; declare type LinkIconProps = PathIconProps; export { LinkIcon }; export type { LinkIconRef, LinkIconProps }; export default LinkIcon;