import { AdaptableSettingsPanel } from '../../AdaptableState/Common/Types';
/**
 * This constant determines the items, and order, which appear in Settings Panel
 */
export declare const DEFAULT_SETTINGS_PANEL_NAVIGATION_ITEMS: (AdaptableSettingsPanel | '-')[];
