import { View as NativeView, ViewProps } from 'react-native'; export { ViewProps }; export declare const View: typeof NativeView;