import { ConfigPlugin } from 'expo/config-plugins';
import type { Font } from './withFonts';
export declare const withFontsAndroid: ConfigPlugin<Font[]>;
