import React, { PropsWithChildren } from 'react'; import { StyleProp, ViewStyle } from 'react-native'; declare type Props = PropsWithChildren<{ style?: StyleProp; contentStyle?: StyleProp; backgroundStyle?: StyleProp; }>; declare const StatusAlertStackBackground: React.FC; export default StatusAlertStackBackground;