/// import IconBase from "../IconBase"; declare class IconNotificationBell extends IconBase { getIconComponent(props: any): JSX.Element; } export default IconNotificationBell;