import * as React from 'react';
import { GridCellProps } from '../interfaces/GridCellProps';
export declare class GridCell extends React.Component<GridCellProps, {}> {
    /**
     * @hidden
     */
    render(): any;
}
