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