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