import * as React from 'react'; import type { TabComponentElementType, TabProps } from "../types.js"; export declare function useTab(tabProps: TabProps): React.HTMLAttributes & { [key: `data-${string}`]: string | undefined; };