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