import React, { FunctionComponent } from 'react';
import { TaroRowProps } from "../../types";
export declare const Row: FunctionComponent<Partial<TaroRowProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onClick'>>;
