import React from 'react'; import { TextProps as RNTextProps } from 'react-native'; export declare type Title1Props = RNTextProps & { weight?: 'semibold' | 'bold'; }; export declare const Title1: React.FC;