export declare const style: { buttonText: { flex: number; fontSize: number; fontWeight: "500"; paddingLeft: number; }; container: { backgroundColor: string; borderBottomColor: string; borderBottomWidth: number; padding: number; }; rowInner: { alignItems: "center"; flex: number; flexDirection: "row"; justifyContent: "space-between"; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';