import React from "react"; import { IconColor } from "../icons/iconColors"; interface NotificationOnIconProps { color?: IconColor; } export declare const NotificationOnIcon: React.FC; export {};