/// export interface IconLanguageProps { size?: string; style?: React.CSSProperties; } export declare const IconLanguage: React.FC;