/** * Default system fonts based on current platform. * * @remarks If you are using Expo, use `Constants.systemFonts` instead. */ declare const defaultSystemFonts: string[]; export default defaultSystemFonts; //# sourceMappingURL=defaultSystemFonts.d.ts.map