import React from 'react'; declare const AppScrollView: React.FC<{ backgroundColor?: React.CSSProperties['backgroundColor']; }>; export default AppScrollView;