export type ToolbarMode = 'title' | 'views' | 'tabs' | 'disabled'; export declare function getToolbarMode({ isDisabled, hasTabs, hasTitle, hasViews, }: { isDisabled: boolean; hasViews: boolean; hasTabs: boolean; hasTitle: boolean; }): ToolbarMode; //# sourceMappingURL=toolbarModeUtils.d.ts.map