import { SVGProps } from "react"; declare const LanguageIcon: (props: SVGProps) => JSX.Element; export default LanguageIcon;