import type { GenericFonts, GetStyleState, LanguageContextType } from '../types'; export declare const getVariantExtras: (styleState: GetStyleState) => any; export declare function getFontsForLanguage(fonts: GenericFonts, language: LanguageContextType): any; //# sourceMappingURL=getVariantExtras.d.ts.map