// pf-select/pf-select.js
import type { ReactWebComponent } from '@lit/react';
import type { PfSelect } from '@patternfly/elements/pf-select/pf-select.js';
export const Select: ReactWebComponent<PfSelect, { onOpen: 'open'; onClose: 'close' }>;
  