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