import type { ImageStyle, TextStyle, TransformsStyle, ViewStyle } from 'react-native'; export declare const createReactDOMStyle: (style: ImageStyle | TextStyle | TransformsStyle | ViewStyle) => Partial;