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