import { INewRowProps } from '../../props'; import React from 'react'; declare const NewRow: React.FunctionComponent; export default NewRow;