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