import { IRibbonViewItem } from './iRibbonViewItem'; export interface IRibbonViewService { getViews(): Array; getCurrentView(): string; }