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