import { type PlatformOSType } from 'react-native'; import type { Fonts } from '../utils/types'; export default function configureFonts(config?: { [platform in PlatformOSType | 'default']?: Fonts; }): Fonts; //# sourceMappingURL=font.d.ts.map