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