import React from 'react';
/**
 * Default MacigBell icon for the notification launcher/toggler.
 *
 * @example
 * <BellIcon />
 */
export default function BellIcon(): React.JSX.Element;
