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