import type { TabGroupItem } from '../TabGroup/tab-item-utils'; export type MobileHeaderTone = 'default' | 'brand'; export type MobileHeaderHeadingLevel = 'h1' | 'h2'; export type MobileHeaderSectionsPresentation = 'switcher' | 'segmented'; export type MobileHeaderSectionItem = TabGroupItem; //# sourceMappingURL=mobile-header-types.d.ts.map