import { IResolverProps } from '../types'; export declare const LanguageBadge: (props: IResolverProps) => { label: any; color: string; } | null;