import { View } from 'react-native'; import React, { ReactNode } from 'react'; export default View as React.ComponentType<{ children: ReactNode; }>;