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