import React from 'react'; import { RowProps } from './typings'; declare const Row: React.FC; export default Row;