import * as React from 'react';
import { FlashingCellDefinition } from '../../../AdaptableState/FlashingCellState';
export interface FlashingAlertRulesWizardSectionProps {
    onChange: (data: FlashingCellDefinition) => void;
}
export declare const renderFlashingAlertRulesSummary: (flashingAlert: FlashingCellDefinition) => React.JSX.Element;
export declare const FlashingAlertRulesWizardSection: (props: FlashingAlertRulesWizardSectionProps) => React.JSX.Element;
