import React from 'react'; import { BadgeProps } from '@lightspeed/flame/Badge'; declare const NotificationBadge: React.FC & BadgeProps>; export default NotificationBadge;