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