import * as React from 'react';
import { Shortcut } from '../../../AdaptableState/ShortcutState';
interface StyleScopeWizardSectionProps {
    onChange: (data: Shortcut) => void;
}
export declare const ShortcutScopeWizardSection: React.FunctionComponent<StyleScopeWizardSectionProps>;
export {};
