/**
 * Copyright IBM Corp. 2024, 2025
 */
export type viewTypes = 'code-view' | 'split-view' | 'full-view';
export interface EditorTabToolBarComponentProps {
    show: boolean;
    unSavedTabs?: number[];
}
//# sourceMappingURL=editor-toolbar-props.model.d.ts.map