import { ImageStyle, StyleSheet, TextStyle, ViewStyle } from 'react-native'; export { ImageStyle, ViewStyle, TextStyle, StyleSheet, }; export declare enum Layout { horizontal = "row", vertical = "column" } declare const _default: { container: import("react-native").RegisteredStyle; flex: import("react-native").RegisteredStyle; }; export default _default;