import { View } from 'react-native'; import type { ViewProps } from 'react-native'; import type { TextProps } from '../Typography/Text'; import type { IconProps } from '../Icon'; type ThemeIntent = 'success' | 'info' | 'warning' | 'error' | 'notification'; declare const Container: import("@emotion/native").StyledComponent | undefined; }>; declare const IconContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledIcon: import("@emotion/native").StyledComponent; declare const TextContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledBody: import("@emotion/native").StyledComponent; declare const ContentContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const CTAWrapper: import("@emotion/native").StyledComponent & { theme?: import("@emotion/react").Theme; as?: React.ElementType; }, {}, {}>; export { Container, ContentContainer, TextContainer, IconContainer, CTAWrapper, StyledBody, StyledIcon, };