import { TextStyle } from 'react-native'; export declare type FontWeight = 'regular' | 'medium' | 'semibold' | 'bold'; declare const _default: Record; export default _default;