// pf-chip/pf-chip.js
import type { ReactWebComponent } from '@lit/react';
import type { PfChip } from '@patternfly/elements/pf-chip/pf-chip.js';
export const Chip: ReactWebComponent<PfChip, { onRemove: 'remove'; onClick: 'click' }>;
  