export default IconNotification;
declare var IconNotification: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<any>>;
import React from 'react';
