import { View, Animated } from 'react-native'; export type Placement = 'top' | 'bottom' | 'right' | 'left' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'; export declare const StyledContent: import("@emotion/native").StyledComponent | undefined; }>; export declare const StyledContainer: import("@emotion/native").StyledComponent | undefined; }>; export declare const StyledIconContainer: import("@emotion/native").StyledComponent> & { theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { themePlacement: Placement; }, {}, {}>;