export declare const style: { horizontalLeft: { width: number; }; horizontalListContainer: { flexDirection: "row"; }; horizontalRight: { flex: number; marginLeft: number; }; label: { marginTop: number; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';