import React from 'react'; import type { FontLanguageProps } from '../types'; export declare function FontLanguage({ children, ...props }: FontLanguageProps): React.JSX.Element; //# sourceMappingURL=FontLanguage.native.d.ts.map