import { TwoTonedIcon } from '../iconTypes';
declare const IconCollectionItemLink: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element;
export default IconCollectionItemLink;
