import { Animated, View } from 'react-native'; import type { ViewProps } from 'react-native'; import type { IntentType } from './types'; import type { TextProps } from '../Typography/Text'; import type { IconProps } from '../Icon'; declare const ToastContainerWrapper: import("@emotion/native").StyledComponent | undefined; }>; declare const Container: import("@emotion/native").StyledComponent> & { theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { themeVariant: "default" | "round"; themeIntent: IntentType; }, {}, {}>; declare const IconContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const TextContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const ContentContainer: import("@emotion/native").StyledComponent | undefined; }>; declare const CTAWrapper: import("@emotion/native").StyledComponent & { theme?: import("@emotion/react").Theme; as?: React.ElementType; }, {}, {}>; declare const StyledBody: import("@emotion/native").StyledComponent; declare const StyledIcon: import("@emotion/native").StyledComponent; export { ToastContainerWrapper, Container, ContentContainer, TextContainer, IconContainer, CTAWrapper, StyledBody, StyledIcon, };