export declare const style: { container: { alignItems: "flex-start"; flexDirection: "column"; }; text: { textAlign: "left"; }; textMoreLess: { color: string; marginTop: number; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';