// pf-icon/pf-icon.js
import type { ReactWebComponent } from '@lit/react';
import type { PfIcon } from '@patternfly/elements/pf-icon/pf-icon.js';
export const Icon: ReactWebComponent<PfIcon, { onLoad: 'load'; onError: 'error' }>;
  