import { StyleSheet } from 'react-native'; export const typography: any = StyleSheet.create({ caption: { fontStyle: 'normal', fontWeight: 'normal', fontSize: 12, lineHeight: 15, }, });