/// <reference types="react" />
type Props = {
    className?: string;
    height?: number;
    width?: number;
};
declare const ActivityFeedEmptyStateIllustration: ({ className, width, height }: Props) => JSX.Element;
export default ActivityFeedEmptyStateIllustration;
