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