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