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