import { Animated, View } from 'react-native'; declare const StyledWrapper: import("@emotion/native").StyledComponent> & { theme?: import("@emotion/react").Theme; as?: React.ElementType; }, {}, {}>; /** * Height need to be high enough to cover most scenario * This container's purpose is only to help get correct children height and returns it * to use with Animated.timing */ declare const StyledHiddenWrapper: import("@emotion/native").StyledComponent | undefined; }>; declare const StyledChildWrapper: import("@emotion/native").StyledComponent | undefined; }>; export { StyledWrapper, StyledHiddenWrapper, StyledChildWrapper };