import * as React from 'react'; import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard'; import { FlashingCellDefinition } from '../../../types'; export interface FlashingCellWizardProps extends AdaptableOnePageWizardProps { } export declare const FlashingCellWizard: (props: FlashingCellWizardProps) => React.JSX.Element;