type TabLike = { name?: string; }; export declare const createTabsA11yIds: (componentId: string, tabs: Array) => { tabId: string; panelId: string; }[]; export {};