import { type TabItem, type TabItemTab } from '../TabGroup/tab-item-utils'; export interface MobileSectionPosition { selectedIndex: number; selected?: TabItemTab; hasPrevious: boolean; hasNext: boolean; } /** Resolve ordered selectable neighbors while ignoring visual divider entries. */ export declare function resolveMobileSectionPosition(sections: TabItem[], value: string): MobileSectionPosition; //# sourceMappingURL=mobile-section-switcher-utils.d.ts.map