import * as React from 'react'; import { ViewProps } from 'react-native'; export declare const Row: (props: ViewProps & { children?: React.ReactNode; fullWidth?: boolean | undefined; }) => JSX.Element;