import * as React from 'react'; import { RowProps } from './Row.types'; declare const Row: React.FunctionComponent; export default Row;