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