import { type TabId } from '../../types'; export declare const useTab: (initialId: TabId) => { selectedId: TabId; selectTab: (id: TabId) => void; };