import { IconName } from '@is-ssp/icon/v3'; export type MultiBarAction = { id: string; title: string; icon?: IconName; disabled?: boolean; };