import * as React from 'react';
import { FlashingCellDefinition } from '../../../../types';
export declare const FlashingCellScopeSummaryContent: React.FC<{
    scope: import("../../../../types").ColumnScope;
}>;
export declare const FlashingCellScopeSummaryView: React.FunctionComponent<{
    data: FlashingCellDefinition;
}>;
export declare const renderFlashingCellScopeSummary: (flashingCell: FlashingCellDefinition) => React.JSX.Element;
