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