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