import { Animated, View } from 'react-native'; import type { ViewProps } from 'react-native'; import type { ThemeIntent } from './types'; declare const StyledWrapper: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledInner: import("@emotion/native").StyledComponent> & { theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { themeIntent: ThemeIntent; }, {}, {}>; export { StyledWrapper, StyledInner };