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