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