interface TabGroupContextData { horizontal: boolean; getId(kind: string, value: V): string; } export declare const TabGroupContext: import("solid-js").Context | undefined>; /** * Reads the nearest `TabGroup`'s internal context, which holds the id prefix * that links each tab to its panel. Throws when called outside a `TabGroup`. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/tabs.md} */ export declare function useTabGroupContext(componentName: string): TabGroupContextData; export {}; //# sourceMappingURL=TabGroupContext.d.ts.map