import * as React from 'react';
import { GridCellProps } from '../interfaces/GridCellProps';
/**
 * @hidden
 */
export declare class GridSelectionCell extends React.Component<GridCellProps, {}> {
    private _inputId;
    handleOnChange: (syntheticEvent: React.SyntheticEvent<HTMLInputElement>) => void;
    render(): any;
}
