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