// pf-label/pf-label.js
import type { ReactWebComponent } from '@lit/react';
import type { PfLabel } from '@patternfly/elements/pf-label/pf-label.js';
export const Label: ReactWebComponent<PfLabel, { onClose: 'close' }>;
  