// pf-tabs/pf-tabs.js
import type { ReactWebComponent } from '@lit/react';
import type { PfTabs } from '@patternfly/elements/pf-tabs/pf-tabs.js';
export const Tabs: ReactWebComponent<PfTabs, {}>;
  