/// interface Props { onOpenViewNotifs: any; } declare function NotificationPannel({ onOpenViewNotifs }: Props): JSX.Element; export default NotificationPannel;