import { AdaptableApi } from '../../../types';
import { AlertDefinition } from '../../../AdaptableState/AlertState';
import { AdaptableObjectItemView } from '../../Interface/IModule';
export declare const getAlertPreviewViewItems: (alert: AlertDefinition, api: AdaptableApi) => AdaptableObjectItemView;
