/** * React Native's Pressable does not support curved edges. * It needs to be wrapped inside another view and have border set there. * This function extracts styles that should be applied on the outer view. * * @param style Styling that is to be applied on the component * @returns Array containing split styles that are to be applied on the inner and outer views */ export declare const extractOuterStylePropsAndroid: any; //# sourceMappingURL=ExtractStyle.android.d.ts.map