import { ReactElement } from 'react'; export interface NotificationIconProps { event?: string; } export declare function NotificationIcon({ event }: NotificationIconProps): ReactElement;