import { FlashingCellDefinition } from '../../../types';
export declare const getFlashingTargetViewItems: (flashingCell: FlashingCellDefinition) => {
    name: string;
    values: import("../../../AdaptableState/FlashingCellState").FlashTargetTypes[];
};
