import * as React from "react";
import { ViewProps } from './View.types';
export declare const View: React.ComponentType<ViewProps>;
