import * as React from 'react'; import { ColumnModel } from 'tubular-common'; export interface NoDataRowProps { columns: ColumnModel[]; styles: any; } export declare const NoDataRow: React.FunctionComponent;