import React from "react"; interface NotificationsStateProps { viewCount: number; } declare const NotificationCounter: React.FC, "viewCount">, never> & { theme?: import("@emotion/react").Theme; }>; export default NotificationCounter;