// rh-tabs/rh-tab.js
import type { ReactWebComponent } from '@lit/react';
import type { RhTab } from '@rhds/elements/rh-tabs/rh-tab.js';
export const Tab: ReactWebComponent<RhTab, { onExpand: 'expand' }>;
  