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