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