import { ViewProps } from './types'; export declare const View: import('react').MemoExoticComponent<(props: ViewProps) => import("react/jsx-runtime").JSX.Element>;