import { FC } from "react";
interface LanguageIconProps {
}
declare const LanguageIcon: FC<LanguageIconProps>;
export default LanguageIcon;
