import * as React from "react";
import { ViewProps } from './View.types';
/**
 * Class description and examples here <a id="asd" data-path="src/primitives/View" href="#asd">#asd</a>
 * @class View
 */
export declare class View extends React.PureComponent<ViewProps, {}> {
    render(): JSX.Element;
}
