import * as React from 'react';
import { GridRowProps } from '../interfaces/GridRowProps';
/**
 * The component for each of the items in the `data` property which the Grid renders.
 */
export declare class GridRow extends React.Component<GridRowProps, {}> {
    /**
     * @hidden
     */
    render(): any;
}
