import { StyleProp } from 'react-native'; export interface IProps { children: string; style?: StyleProp; numberOfLines?: number; } export declare const Text: (props: IProps) => JSX.Element; export declare const TextSecondaryColor: (props: IProps) => JSX.Element; export declare const Title: (props: IProps) => JSX.Element;