import React from "react"; import { NotificationDotProps } from "./types"; declare const NotificationDot: React.FC; export default NotificationDot;