import { AdaptableApi, FlashingCellDefinition } from '../../../types'; import { OnePageAdaptableWizardContextType } from '../../Wizard/OnePageAdaptableWizard'; export declare const isValidFlashingCellRules: (flashingCell: FlashingCellDefinition, api: AdaptableApi, context: OnePageAdaptableWizardContextType) => true | string;