import React from 'react'; import { GenericComponentType } from '../../types'; export type IViewComponentType = GenericComponentType; export declare const View: IViewComponentType, unknown, import("react-native").ViewProps, "View">>>;