import * as React from 'react'; import { CellSummmaryInfo } from '../../AdaptableState/Common/CellSummary'; export interface CellSummaryPopoverProps { CellSummary: CellSummmaryInfo; } export declare const CellSummaryPopover: React.FunctionComponent;