import type { TabItem } from '../TabGroup/tab-item-utils'; /** Ordered mobile sections. Dividers group the tap menu but do not participate in selection. */ export type MobileSectionItem = TabItem; //# sourceMappingURL=mobile-section-switcher-types.d.ts.map