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