import * as React from 'react'; import { ICellSummmary } from '../../Utilities/Interface/Selection/ICellSummmary'; export interface CellSummaryPopoverProps extends React.ClassAttributes { CellSummary: ICellSummmary; } export declare class CellSummaryPopover extends React.Component { render(): any; }