import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const LanguageIcon: import("svelte").Component<Props, {}, "">;
type LanguageIcon = ReturnType<typeof LanguageIcon>;
export default LanguageIcon;
