export declare type TextProps = { text: Bindable<string | LocalizableText>; numberOfLines?: number; style?: TextStyle; };