import { IconProps } from '../lib';
declare function Notification(props: IconProps): JSX.Element;
export default Notification;
