import type { StyleProp } from 'react-native'; type FlatStyleProp = T extends (infer U)[] ? FlatStyleProp : T; export declare const flattenStyle: >(style: T | null | undefined) => FlatStyleProp | null; export {}; //# sourceMappingURL=flatten-styles.d.ts.map