import * as React from 'react';
type FlashingAlertScopeWizardSectionProps = {
    onChange: (data: any) => void;
};
export declare const FlashingAlertScopeWizardSection: (props: FlashingAlertScopeWizardSectionProps) => React.JSX.Element;
export {};
