import { AdaptableObjectItemView } from '../Strategy/Interface/IModule';
import { ColumnScope, AdaptableApi } from '../types';
export declare const getScopeViewItems: (scope: ColumnScope, api: AdaptableApi) => AdaptableObjectItemView;
