import * as React from "react"; import { ViewProps } from "../View"; declare class Row extends React.Component { static displayName: string; render(): JSX.Element; } export default Row;