import type { StyleProp, TextStyle, ViewStyle } from "react-native";
export declare type StyleObj = StyleProp<ViewStyle | TextStyle>;
