import type React from 'react'; import { type ViewProps } from 'react-native'; /** * SlideUpView * Animated Component that will Slide Up on mount. */ export declare const SlideUpView: React.FC; //# sourceMappingURL=SlideUpView.d.ts.map