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