import type { StyleProp } from "react-native"; export declare const flatten: (styleProp: StyleProp, result?: any) => any;