import React from 'react';
declare const NewNotification: (props: React.SVGAttributes<SVGElement>) => JSX.Element;
export default NewNotification;
