/// export type NotificationBellProps = { size?: number; }; declare const NotificationBell: (props: NotificationBellProps & any) => JSX.Element; export default NotificationBell;